Package eu.bandm.tools.ops
Interface InitConsumer<D,S>
- Type Parameters:
D- the parameter typeS- the acted-upon type
- All Superinterfaces:
Consumer<D,S>
Subinterface which provides an initial state, on which the very first call to
Consumer.consume(D, T) can be executed.-
Method Summary
-
Method Details
-
getInitialState
S getInitialState() -
fold
-
fold
-