-
- All Superinterfaces:
Streamlet<I,O>
,StreamletScope<O>
- All Known Implementing Classes:
AbstractRecordStreamlet
,AbstractStreamlet
,DownlinkStreamlet
public interface GenericStreamlet<I,O> extends Streamlet<I,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
didDecohereInlet(Inlet<? extends I> inlet)
void
didDecohereOutlet(Outlet<? super O> outlet)
void
didRecohereInlet(Inlet<? extends I> inlet, int version)
void
didRecohereOutlet(Outlet<? super O> outlet, int version)
O
getOutput(Outlet<? super O> outlet)
void
willDecohereInlet(Inlet<? extends I> inlet)
void
willDecohereOutlet(Outlet<? super O> outlet)
void
willRecohereInlet(Inlet<? extends I> inlet, int version)
void
willRecohereOutlet(Outlet<? super O> outlet, int version)
-
Methods inherited from interface swim.streamlet.Streamlet
bindInput, decohere, disconnectInputs, disconnectOutputs, inlet, outlet, recohere, setStreamletContext, setStreamletScope, streamletContext, streamletScope, unbindInput
-
-