Uses of Interface
org.eclipse.collections.impl.block.function.primitive.CodePointFunction
-
Packages that use CodePointFunction Package Description org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.utility 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 CodePointFunction Modifier and Type Field Description static CodePointFunction
CodePointFunction. PASS_THRU
static CodePointFunction
CodePointFunction. TO_LOWERCASE
static CodePointFunction
CodePointFunction. TO_UPPERCASE
-
Uses of CodePointFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type CodePointFunction Modifier and Type Method Description static java.lang.String
StringIterate. collect(java.lang.String string, CodePointFunction function)
Deprecated.since 7.0.static java.lang.String
StringIterate. collectCodePoint(java.lang.String string, CodePointFunction function)
Transform the int code point elements to a new string using the specified functionfunction
.
-