Uses of Class
com.couchbase.client.core.util.SingleStateful
-
Uses of SingleStateful in com.couchbase.client.core.util
Modifier and TypeMethodDescriptionstatic <S> SingleStateful<S>
SingleStateful.fromInitial
(S initialState) Creates a new stateful component with an initial state.static <S> SingleStateful<S>
SingleStateful.fromInitial
(S initialState, BiConsumer<S, S> beforeTransitionCallback) Creates a new stateful component with an initial state.