- java.lang.Object
-
- swim.streamlet.AbstractOutlet<V>
-
- swim.streamlet.KeyOutlet<K,V>
-
- All Implemented Interfaces:
Outlet<V>
public class KeyOutlet<K,V> extends AbstractOutlet<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget()Returns the current state of thisOutlet.MapOutlet<? super K,? extends V,?>input()Kkey()-
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, didInvalidateInput, didReconcileInput, disconnectInputs, disconnectOutputs, invalidateInput, onInvalidateInput, onReconcileInput, outputIterator, reconcileInput, unbindOutput, unbindOutputs, willInvalidateInput, willReconcileInput
-
-