public interface SideEffectPipe<S,T> extends Pipe<S,S>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SideEffectPipe.GreedySideEffectPipe<S,T>
Specifies that the SideEffect is ready after Pipe.iterate()
|
static interface |
SideEffectPipe.LazySideEffectPipe<S,T>
Specifies that the SideEffect is ready after each Pipe.next()
|
NO_PATH_MESSAGE| Modifier and Type | Method and Description |
|---|---|
T |
getSideEffect() |
enablePath, getCurrentPath, reset, setStarts, setStartsT getSideEffect()
Copyright © 2010-2014. All Rights Reserved.