- java.lang.Object
-
- swim.dynamic.BridgeGuest
-
- swim.dynamic.api.lane.function.GuestWillDownlinkValue<K>
-
- All Implemented Interfaces:
WillDownlinkValue<K>
,Preemptive
,GuestWrapper
public class GuestWillDownlinkValue<K> extends BridgeGuest implements WillDownlinkValue<K>
-
-
Field Summary
-
Fields inherited from class swim.dynamic.BridgeGuest
bridge, guest
-
-
Constructor Summary
Constructors Constructor Description GuestWillDownlinkValue(Bridge bridge, Object guest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueDownlink<?>
willDownlink(K key, ValueDownlink<?> downlink)
-
Methods inherited from class swim.dynamic.BridgeGuest
bridge, unwrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface swim.concurrent.Preemptive
isPreemptive
-
-
-
-
Method Detail
-
willDownlink
public ValueDownlink<?> willDownlink(K key, ValueDownlink<?> downlink)
- Specified by:
willDownlink
in interfaceWillDownlinkValue<K>
-
-