- 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 V
get()
Returns the current state of thisOutlet
.MapOutlet<? super K,? extends V,?>
input()
K
key()
-
Methods inherited from class swim.streamlet.AbstractOutlet
bindOutput, decohereInput, didDecohereInput, didRecohereInput, disconnectInputs, disconnectOutputs, onDecohereInput, onRecohereInput, outputIterator, recohereInput, unbindOutput, unbindOutputs, willDecohereInput, willRecohereInput
-
-