Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToCharFunction
Packages that use BooleanToCharFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains implementations of the lazy primitive iterator interfaces.
-
Uses of BooleanToCharFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToCharFunctionModifier and TypeMethodDescriptiondefault <R extends MutableCharCollection>
RBooleanIterable.collectChar
(BooleanToCharFunction function, R target) Returns the targetMutableCharCollection
with the results of applying the specified function on each element of the source collection.LazyBooleanIterable.collectChar
(BooleanToCharFunction function) -
Uses of BooleanToCharFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as BooleanToCharFunctionModifier and TypeFieldDescriptionprivate final BooleanToCharFunction
CollectBooleanToCharIterable.function
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToCharFunctionModifier and TypeMethodDescriptionAbstractLazyBooleanIterable.collectChar
(BooleanToCharFunction function) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type BooleanToCharFunctionModifierConstructorDescriptionCollectBooleanToCharIterable
(BooleanIterable iterable, BooleanToCharFunction function)