Package org.jmanikin.core
Interface PostCondition<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 PostCondition<I extends Id<O>,O,E>
The Post-condition stage of building a Message.
-
Method Summary
-
Method Details
-
pst
Build the next Msg stage, given a lazy post-condition supplier.- Parameters:
pst- the supplier of the post-condition- Returns:
- the Msg stage
-