Package org.reactfx
Interface StateMachine.ObservableStateBuilderOn<S,I>
- All Known Implementing Classes:
ObservableStateBuilderOnImpl
- Enclosing class:
StateMachine
public static interface StateMachine.ObservableStateBuilderOn<S,I>
-
Method Summary
Modifier and TypeMethodDescriptionemit
(BiFunction<? super S, ? super I, Optional<O>> f) transition
(BiFunction<? super S, ? super I, ? extends S> f)
-
Method Details
-
transition
-
emit
-
transmit
<O> StateMachine.StatefulStreamBuilder<S,O> transmit(BiFunction<? super S, ? super I, Tuple2<S, Optional<O>>> f)
-