Module swim.api
Package swim.api.lane

Interface JoinValueLane<K,V>

All Superinterfaces:
Iterable<Map.Entry<K,V>>, Lane, Log, Map<K,V>, Observable<Object>, ObservableMap<K,V>, WarpLane
All Known Implementing Classes:
JoinValueLaneView

public interface JoinValueLane<K,V> extends WarpLane, Iterable<Map.Entry<K,V>>, ObservableMap<K,V>