- 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, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput
-
-