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 CharFunctionCharFunction.TO_LOWERCASEDeprecated.static final CharFunctionCharFunction.TO_UPPERCASEDeprecated. -
Uses of CharFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CharFunctionModifier and TypeMethodDescriptionstatic StringStringIterate.collect(String string, CharFunction function) Deprecated.since 3.0.