Package org.eclipse.collections.impl.block.function.primitive
This package contains implementations of primitive functions.
-
Interface Summary Interface Description CharFunction Deprecated. since 3.0.CodePointFunction A CharFunction can be used to convert one character to another. -
Class Summary Class Description BooleanCaseFunction<V> This file was automatically generated from template file primitiveCaseFunction.stg.ByteCaseFunction<V> This file was automatically generated from template file primitiveCaseFunction.stg.CharCaseFunction<V> This file was automatically generated from template file primitiveCaseFunction.stg.DoubleCaseFunction<V> This file was automatically generated from template file primitiveCaseFunction.stg.DoubleFunctionImpl<T> DoubleFunctionImpl is an abstract implementation of the DoubleFunction interface which can be subclassed explicitly or as an anonymous inner class, without needing to override the valueOf method defined in Function.FloatCaseFunction<V> This file was automatically generated from template file primitiveCaseFunction.stg.IntCaseFunction<V> This file was automatically generated from template file primitiveCaseFunction.stg.IntegerFunctionImpl<T> 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.LongCaseFunction<V> This file was automatically generated from template file primitiveCaseFunction.stg.LongFunctionImpl<T> LongFunctionImpl is an abstract implementation of the LongFunction interface which can be subclassed explicitly or as an anonymous inner class, without needing to override the valueOf method defined in Function.ShortCaseFunction<V> This file was automatically generated from template file primitiveCaseFunction.stg.