Package io.aether.utils.rcollections
Interface RFMap<K,V>
-
- All Superinterfaces:
java.util.Map<K,ARFutureWithFlag<V>>,RMap<K,ARFutureWithFlag<V>>
- All Known Subinterfaces:
BMap<K,V>
- All Known Implementing Classes:
BMapImpl
public interface RFMap<K,V> extends RMap<K,ARFutureWithFlag<V>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K extends java.lang.Object,V extends java.lang.Object>
-
Nested classes/interfaces inherited from interface io.aether.utils.rcollections.RMap
RMap.Update<K,V>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <K2,V2>
RFMap<K2,V2>mapFuture(AFunction<K,K2> kToK2, AFunction<K2,K> k2ToK, AFunction<V,V2> vToV2, AFunction<V2,V> v2ToV)default <K2> RFMap<K2,V>mapKeyFuture(AFunction<V,K2> vToK2, AFunction<V,K> vToK)default <V2> RFMap<K,V2>mapValFuture(AFunction<V,V2> vToV2, AFunction<V2,V> v2ToV)
-