Class StringFunctions.LengthFunction
java.lang.Object
org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImpl<String>
org.eclipse.collections.impl.block.factory.StringFunctions.LengthFunction
- All Implemented Interfaces:
Serializable,Function<String,,Integer> ToIntFunction<String>,Function<String,,Integer> IntFunction<String>
- Enclosing class:
- StringFunctions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImpl
valueOfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.collections.api.block.function.primitive.IntFunction
applyAsInt
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
LengthFunction
private LengthFunction()
-
-
Method Details