| Package | Description |
|---|---|
| com.github.housepower.misc |
| Modifier and Type | Class and Description |
|---|---|
class |
Left<L,R> |
class |
Right<L,R> |
| Modifier and Type | Method and Description |
|---|---|
<R1> Either<L,R1> |
Left.flatMap(Function<R,Either<L,R1>> f) |
<R1> Either<L,R1> |
Either.flatMap(Function<R,Either<L,R1>> f) |
<R1> Either<L,R1> |
Right.flatMap(Function<R,Either<L,R1>> f) |
static <L1,R1> Either<L1,R1> |
Either.left(L1 value) |
<R1> Either<L,R1> |
Left.map(Function<R,R1> f) |
<R1> Either<L,R1> |
Either.map(Function<R,R1> f) |
<R1> Either<L,R1> |
Right.map(Function<R,R1> f) |
static <L1,R1> Either<L1,R1> |
Either.right(R1 value) |
| Modifier and Type | Method and Description |
|---|---|
<R1> Either<L,R1> |
Left.flatMap(Function<R,Either<L,R1>> f) |
<R1> Either<L,R1> |
Either.flatMap(Function<R,Either<L,R1>> f) |
<R1> Either<L,R1> |
Right.flatMap(Function<R,Either<L,R1>> f) |
Copyright © 2021. All rights reserved.