-
- 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 voiddidDecohereInlet(Inlet<? extends I> inlet)voiddidDecohereOutlet(Outlet<? super O> outlet)voiddidRecohereInlet(Inlet<? extends I> inlet, int version)voiddidRecohereOutlet(Outlet<? super O> outlet, int version)OgetOutput(Outlet<? super O> outlet)voidwillDecohereInlet(Inlet<? extends I> inlet)voidwillDecohereOutlet(Outlet<? super O> outlet)voidwillRecohereInlet(Inlet<? extends I> inlet, int version)voidwillRecohereOutlet(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
-
-