Class IntegerFunctionImpl<T>
java.lang.Object
org.eclipse.collections.impl.block.function.primitive.IntegerFunctionImpl<T>
- All Implemented Interfaces:
Serializable, Function<T,Integer>, ToIntFunction<T>, Function<T, Integer>, IntFunction<T>
- Direct Known Subclasses:
Functions.SizeFunction, StringFunctions.LengthFunction
public abstract class IntegerFunctionImpl<T>
extends Object
implements IntFunction<T>, Function<T,Integer>
IntegerFunctionImpl is an abstract implementation of the IntFunction interface which can be subclassed
explicitly or as an anonymous inner class, without needing to override the valueOf method defined in
Function.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IntFunction
applyAsInt, intValueOf
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
IntegerFunctionImpl
public IntegerFunctionImpl()
-
-
Method Details
-
valueOf
-