Package | Description |
---|---|
eu.bandm.tools.ramus.runtime2 |
Modifier and Type | Method and Description |
---|---|
static <M> Action.BiContinuation<Data,Data,Data,M,State> |
Update.collectOp(BiFunction<? super Data,? super Data,? extends M> error) |
static <R,S,T,M,O> |
Action.BiContinuation.forget(BiFunction<? super R,? super S,? extends Action<T,M,O>> fun)
Lifts a monadic function on parsing results to a continuation.
|
Modifier and Type | Method and Description |
---|---|
Parser<D,T> |
Parser.andThenCombining(Parser<D,T> other,
Action.BiContinuation<Data,Data,Data,SimpleMessage<D>,State> combiner)
Follows the behavior of this parser sequentially with another, combining
the result values.
|
static <M> Update<M> |
Update.merge(Action.BiContinuation<Data,Data,Data,M,State> op,
Update<M> first,
Update<M> second) |
see also the complete user documentation .