-
- 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
Modifier and Type Method Description voiddidInvalidateInlet(Inlet<? extends I> inlet)voiddidInvalidateOutlet(Outlet<? super O> outlet)voiddidReconcileInlet(Inlet<? extends I> inlet, int version)voiddidReconcileOutlet(Outlet<? super O> outlet, int version)OgetOutput(Outlet<? super O> outlet)voidwillInvalidateInlet(Inlet<? extends I> inlet)voidwillInvalidateOutlet(Outlet<? super O> outlet)voidwillReconcileInlet(Inlet<? extends I> inlet, int version)voidwillReconcileOutlet(Outlet<? super O> outlet, int version)-
Methods inherited from interface swim.streamlet.Streamlet
bindInput, disconnectInputs, disconnectOutputs, inlet, invalidate, outlet, reconcile, setStreamletContext, setStreamletScope, streamletContext, streamletScope, unbindInput
-
-