|
Change Attribute Type wireToK : Function<ValueIn,Object> to wireToK : Function<ValueIn,K> in class net.openhft.chronicle.map.MapWireHandlerProcessor |
From |
To |
|
Change Attribute Type wireToV : Function<ValueIn,Object> to wireToV : Function<ValueIn,V> in class net.openhft.chronicle.map.MapWireHandlerProcessor |
From |
To |
|
Change Attribute Type map : Map to map : Map<K,V> in class net.openhft.chronicle.map.MapWireHandlerProcessor |
From |
To |
|
Change Attribute Type vToWire : BiConsumer<ValueOut,Object> to vToWire : BiConsumer<ValueOut,V> in class net.openhft.chronicle.map.MapWireHandlerProcessor |
From |
To |