Uses of Class
org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImpl
-
Packages that use IntegerFunctionImpl Package Description org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction
,Predicate
,SerializableComparator
andProcedure
. -
-
Uses of IntegerFunctionImpl in org.eclipse.collections.impl.block.factory
Subclasses of IntegerFunctionImpl in org.eclipse.collections.impl.block.factory Modifier and Type Class Description static class
Functions.SizeFunction
private static class
StringFunctions.LengthFunction
Fields in org.eclipse.collections.impl.block.factory declared as IntegerFunctionImpl Modifier and Type Field Description private static IntegerFunctionImpl<java.lang.String>
StringFunctions. LENGTH
Methods in org.eclipse.collections.impl.block.factory that return IntegerFunctionImpl Modifier and Type Method Description static IntegerFunctionImpl<java.lang.String>
StringFunctions. length()
-