Uses of Interface
org.eclipse.collections.impl.block.function.primitive.CodePointFunction
Packages that use CodePointFunction
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 CodePointFunction in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive declared as CodePointFunctionModifier and TypeFieldDescriptionstatic final CodePointFunctionCodePointFunction.PASS_THRUstatic final CodePointFunctionCodePointFunction.TO_LOWERCASEstatic final CodePointFunctionCodePointFunction.TO_UPPERCASE -
Uses of CodePointFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CodePointFunctionModifier and TypeMethodDescriptionstatic StringStringIterate.collect(String string, CodePointFunction function) Deprecated.since 7.0.static StringStringIterate.collectCodePoint(String string, CodePointFunction function) Transform the int code point elements to a new string using the specified functionfunction.