- All Implemented Interfaces:
- Serializable, org.eclipse.collections.api.block.function.Function<T,Integer>, org.eclipse.collections.api.block.function.primitive.IntFunction<T>
- Direct Known Subclasses:
- Functions.SizeFunction
public abstract class IntegerFunctionImpl<T>
extends Object
implements org.eclipse.collections.api.block.function.primitive.IntFunction<T>, org.eclipse.collections.api.block.function.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:
- Serialized Form