Uses of Interface
org.eclipse.collections.impl.block.function.primitive.CharFunction
Packages that use CharFunction
Package
Description
This package contains implementations of primitive functions.
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
-
Uses of CharFunction in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive declared as CharFunctionModifier and TypeFieldDescriptionstatic final CharFunction
CharFunction.TO_LOWERCASE
Deprecated.static final CharFunction
CharFunction.TO_UPPERCASE
Deprecated. -
Uses of CharFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CharFunctionModifier and TypeMethodDescriptionstatic String
StringIterate.collect
(String string, CharFunction function) Deprecated.since 3.0.