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 Iterable4Iterators. concatMap(Iterable4 iterable, Function4 function)static Iterable4Iterators. map(Iterable4 iterable, Function4 function)static Iterator4Iterators. 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 Iterator4Iterators. 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> RObjectContainerBase. 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 VCache4. produce(K key, Function4<K,V> producer, Procedure4<V> finalizer)Retrieves the value associated to thekeyfrom the cache.VCacheStatistics. produce(K key, Function4<K,V> producer, Procedure4<V> onDiscard)VNullCache4. 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)
-