- java.lang.Object
-
- swim.dynamic.BridgeGuest
-
- swim.dynamic.api.lane.function.GuestOnSyncKeys<K>
-
- All Implemented Interfaces:
OnSyncKeys<K>
,Preemptive
,GuestWrapper
public class GuestOnSyncKeys<K> extends BridgeGuest implements OnSyncKeys<K>
-
-
Field Summary
-
Fields inherited from class swim.dynamic.BridgeGuest
bridge, guest
-
-
Constructor Summary
Constructors Constructor Description GuestOnSyncKeys(Bridge bridge, Object guest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<K>
onSync(WarpUplink uplink)
-
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
-
onSync
public Iterator<K> onSync(WarpUplink uplink)
- Specified by:
onSync
in interfaceOnSyncKeys<K>
-
-