Uses of Class
com.couchbase.client.core.util.CompositeStateful
-
Packages that use CompositeStateful Package Description com.couchbase.client.core.util -
-
Uses of CompositeStateful in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return CompositeStateful Modifier and Type Method Description static <T,IN,OUT>
CompositeStateful<T,IN,OUT>CompositeStateful. create(OUT initialState, Function<Collection<IN>,OUT> transformer)
Creates a new transformer with an initial state and the transform function that should be applied.static <T,IN,OUT>
CompositeStateful<T,IN,OUT>CompositeStateful. create(OUT initialState, Function<Collection<IN>,OUT> transformer, BiConsumer<OUT,OUT> beforeTransitionCallback)
Creates a new transformer with an initial state and the transform function that should be applied.
-