Uses of Interface
org.terracotta.offheapstore.jdk8.BiFunction

Packages that use BiFunction
org.terracotta.offheapstore   
org.terracotta.offheapstore.concurrent   
 

Uses of BiFunction in org.terracotta.offheapstore
 

Methods in org.terracotta.offheapstore with parameters of type BiFunction
 MetadataTuple<V> Segment.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> Segment.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 

Uses of BiFunction in org.terracotta.offheapstore.concurrent
 

Methods in org.terracotta.offheapstore.concurrent with parameters of type BiFunction
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeIfPresentWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeWithMetadata(K key, BiFunction<? super K,? super MetadataTuple<V>,? extends MetadataTuple<V>> remappingFunction)
           
 



Copyright © 2016. All Rights Reserved.