Uses of Interface
com.loomcache.common.function.IFunction
Packages that use IFunction
-
Uses of IFunction in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures with parameters of type IFunctionModifier and TypeMethodDescriptionDistributedRingbuffer.readMany(long startSequence, int maxCount, @Nullable IFunction<? super V, Boolean> filter) DistributedRingbuffer.readManyAsync(long startSequence, int minCount, int maxCount, @Nullable IFunction<? super V, Boolean> filter) DistributedRingbuffer.readManyResult(long startSequence, int maxCount, @Nullable IFunction<? super V, Boolean> filter)