Class MemoizeMapCombinator<K,V,IO>

java.lang.Object
swim.streamlet.AbstractMapInoutlet<K,V,V,IO,IO>
swim.streamlet.combinator.MemoizeMapCombinator<K,V,IO>
All Implemented Interfaces:
Inlet<IO>, Inoutlet<IO,IO>, MapInlet<K,V,IO>, MapInoutlet<K,V,V,IO,IO>, MapOutlet<K,V,IO>, Outlet<IO>

public class MemoizeMapCombinator<K,V,IO> extends AbstractMapInoutlet<K,V,V,IO,IO>