Package | Description |
---|---|
org.apache.hedwig.util |
Modifier and Type | Method and Description |
---|---|
static <T,U> Either<T,U> |
Either.left(T x) |
static <T,U> Either<T,U> |
Either.of(T x,
U y) |
static <T,U> Either<T,U> |
Either.right(U y) |
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.