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 CodePointFunction
CodePointFunction.PASS_THRU
static final CodePointFunction
CodePointFunction.TO_LOWERCASE
static final CodePointFunction
CodePointFunction.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 String
StringIterate.collect
(String string, CodePointFunction function) Deprecated.since 7.0.static String
StringIterate.collectCodePoint
(String string, CodePointFunction function) Transform the int code point elements to a new string using the specified functionfunction
.