Uses of Interface
org.eclipse.collections.api.block.function.primitive.BooleanToCharFunction
-
Packages that use BooleanToCharFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API. -
-
Uses of BooleanToCharFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BooleanToCharFunction Modifier and Type Method Description default <R extends MutableCharCollection>
RBooleanIterable. collectChar(BooleanToCharFunction function, R target)Returns the targetMutableCharCollectionwith the results of applying the specified function on each element of the source collection.LazyCharIterableLazyBooleanIterable. collectChar(BooleanToCharFunction function)
-