A
C
E
F
G
J
M
O
P
R
T
M
- map(Function1) - function in cz.encircled.joiner.reactive.composer.FluxJoinerComposer
- Transforms the items emitted by the previous step using synchronous mapper function.
- map(Function1) - function in cz.encircled.joiner.reactive.composer.MonoJoinerComposer
- Transforms the item emitted by the previous step using synchronous mapper function.
- map(Function1) - function in cz.encircled.joiner.reactive.composer.OptionalMonoJoinerComposer
- Transforms the item emitted by the previous step using given synchronous mapper function.
- MonoCallbackExecutionStep - class in cz.encircled.joiner.reactive
- Execution step which calls a user callback with singular result (e.g.
- MonoCallbackOuterScopeExecution - class in cz.encircled.joiner.reactive
- MonoComputedExecutionStep - class in cz.encircled.joiner.reactive
- Execution step which returns pre-computed value with singular result (e.g.
- MonoJoinerComposer - class in cz.encircled.joiner.reactive.composer