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

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

Uses of Function in org.terracotta.offheapstore
 

Methods in org.terracotta.offheapstore with parameters of type Function
 MetadataTuple<V> Segment.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> AbstractLockedOffHeapHashMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 MetadataTuple<V> OffHeapHashMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 

Uses of Function in org.terracotta.offheapstore.concurrent
 

Methods in org.terracotta.offheapstore.concurrent with parameters of type Function
 MetadataTuple<V> AbstractConcurrentOffHeapMap.computeIfAbsentWithMetadata(K key, Function<? super K,? extends MetadataTuple<V>> mappingFunction)
           
 



Copyright © 2016. All Rights Reserved.