Package eu.bandm.tools.ops
Interface InitConsumer<D,S> 
- Type Parameters:
- D- the parameter type
- S- 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- 
getInitialStateS getInitialState()
- 
fold
- 
fold
 
-