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