Package org.jmanikin.core
Interface Apply<I extends Id<O>,O,E>
- Type Parameters:
I- the Id TypeO- the Object TypeE- the Effect Type
- All Known Implementing Classes:
LocalMessage.LocalEnvironment
public interface Apply<I extends Id<O>,O,E>
The Apply stage of building a Message.
-
Method Summary
-
Method Details
-
app
Build the next Effect stage, given a lazy Object O supplier.- Parameters:
app- the supplier of the new Object O- Returns:
- the Effect stage
-