Uses of Interface
com.db4o.foundation.Function4
-
Packages that use Function4 Package Description com.db4o.foundation com.db4o.internal com.db4o.internal.caching com.db4o.internal.ids -
-
Uses of Function4 in com.db4o.foundation
Methods in com.db4o.foundation with parameters of type Function4 Modifier and Type Method Description static Iterable4
Iterators. concatMap(Iterable4 iterable, Function4 function)
static Iterable4
Iterators. map(Iterable4 iterable, Function4 function)
static Iterator4
Iterators. map(Iterator4 iterator, Function4 function)
Returns a new iterator which yields the result of applying the function to every element in the original iterator.static Iterator4
Iterators. map(java.lang.Object[] array, Function4 function)
static <T> Iterable4<T>
Iterators. series(T seed, Function4<T,T> function)
Constructors in com.db4o.foundation with parameters of type Function4 Constructor Description FunctionApplicationIterator(Iterator4 iterator, Function4 function)
-
Uses of Function4 in com.db4o.internal
Methods in com.db4o.internal with parameters of type Function4 Modifier and Type Method Description protected <R> R
ObjectContainerBase. asTopLevelCall(Function4<Transaction,R> block, Transaction trans)
-
Uses of Function4 in com.db4o.internal.caching
Methods in com.db4o.internal.caching with parameters of type Function4 Modifier and Type Method Description V
Cache4. produce(K key, Function4<K,V> producer, Procedure4<V> finalizer)
Retrieves the value associated to thekey
from the cache.V
CacheStatistics. produce(K key, Function4<K,V> producer, Procedure4<V> onDiscard)
V
NullCache4. produce(K key, Function4<K,V> producer, Procedure4<V> onDiscard)
-
Uses of Function4 in com.db4o.internal.ids
Constructors in com.db4o.internal.ids with parameters of type Function4 Constructor Description SequentialIdGenerator(Function4<java.lang.Integer,java.lang.Integer> findFreeId, int minValidId, int maxValidId)
SequentialIdGenerator(Function4<java.lang.Integer,java.lang.Integer> findFreeId, int initialValue, int minValidId, int maxValidId)
-