Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanBooleanToBooleanFunction
-
Packages that use BooleanBooleanToBooleanFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces.org.eclipse.collections.impl.primitive -
-
Uses of BooleanBooleanToBooleanFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanBooleanToBooleanFunction Modifier and Type Method Description default boolean
BooleanIterable. injectIntoBoolean(boolean injectedValue, BooleanBooleanToBooleanFunction function)
Returns the final boolean result of evaluating function using each element of the iterable and the previous evaluation result as the parameters.default boolean
BooleanIterable. reduce(BooleanBooleanToBooleanFunction accumulator)
default boolean
BooleanIterable. reduceIfEmpty(BooleanBooleanToBooleanFunction accumulator, boolean defaultValue)
-
Uses of BooleanBooleanToBooleanFunction in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type BooleanBooleanToBooleanFunction Modifier and Type Method Description boolean
AbstractSynchronizedBooleanCollection. reduce(BooleanBooleanToBooleanFunction accumulator)
boolean
AbstractUnmodifiableBooleanCollection. reduce(BooleanBooleanToBooleanFunction accumulator)
boolean
AbstractSynchronizedBooleanCollection. reduceIfEmpty(BooleanBooleanToBooleanFunction accumulator, boolean defaultValue)
boolean
AbstractUnmodifiableBooleanCollection. reduceIfEmpty(BooleanBooleanToBooleanFunction accumulator, boolean defaultValue)
-
Uses of BooleanBooleanToBooleanFunction in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type BooleanBooleanToBooleanFunction Modifier and Type Method Description boolean
SynchronizedBooleanIterable. reduce(BooleanBooleanToBooleanFunction accumulator)
boolean
SynchronizedBooleanIterable. reduceIfEmpty(BooleanBooleanToBooleanFunction accumulator, boolean defaultValue)
-