Package eu.bandm.tools.ops
Interface Producer<R,S>
- Type Parameters:
R
- the type of the delivered valueS
- the acted-upon type
- All Known Subinterfaces:
InitProducer<R,
S>
public interface Producer<R,S>
A value delivery from a stateful class.
The static type of the state object must not change.
Prototypic instances of consumers are .
-
Method Summary
-
Method Details
-
produce
-
hasNext
-
next
-