Package eu.bandm.tools.ops
Interface InitProducer<R,S>
- Type Parameters:
R
- the type of the delivered valueS
- the acted-upon type
- All Superinterfaces:
Producer<R,
S>
Subinterface which provides an initial state, on which the very first call to
Producer.produce(S)
can be executed.-
Method Summary
-
Method Details
-
getInitialState
S getInitialState() -
unfold
-