Module swim.api
Package swim.api.lane

Interface JoinValueLane<K,V>

All Superinterfaces:
Iterable<Map.Entry<K,V>>, Lane, swim.util.Log, Map<K,V>, swim.observable.Observable<Object>, swim.observable.ObservableMap<K,V>, WarpLane

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