Uses of Interface
net.openhft.koloboke.function.IntFunction

Packages that use IntFunction
net.openhft.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
 

Uses of IntFunction in net.openhft.koloboke.collect.map
 

Methods in net.openhft.koloboke.collect.map with parameters of type IntFunction
 V IntObjMap.computeIfAbsent(int key, IntFunction<? extends V> mappingFunction)
          If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.