public class Either<T,U> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Either.Visitor<T,U,R> |
public final <R> R accept(Either.Visitor<T,U,R> visitor)
public final boolean isLeft()
public final boolean isRight()
Copyright © 2015. All rights reserved.