| Package | Description |
|---|---|
| io.magentys.cherry.reactive | |
| io.magentys.cherry.reactive.common |
| Modifier and Type | Method and Description |
|---|---|
<RESULT> Either<RESULT,Failure> |
ReactiveAgent.performsReactively(ReactiveMission<RESULT> reactiveMission)
Performs a reactive mission
|
<RESULT> Either<RESULT,Failure> |
ReactiveAgent.performsReactively(ReactiveMission<RESULT> reactiveMission,
MissionStrategy missionStrategy)
Performs a reactive mission
|
| Modifier and Type | Method and Description |
|---|---|
static <RESULT> Either<scala.concurrent.Future<RESULT>,Failure> |
Either.empty() |
static <L,R> Either<L,R> |
Either.left(L value) |
<T> Either<T,R> |
Either.mapLeft(java.util.function.Function<? super L,? extends T> lFunc) |
<T> Either<L,T> |
Either.mapRight(java.util.function.Function<? super R,? extends T> rFunc) |
static <L,R> Either<L,R> |
Either.right(R value) |
Copyright © 2016. All rights reserved.