-
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.
|