Class LongFunctionComparator<T>

java.lang.Object
org.eclipse.collections.impl.block.comparator.primitive.LongFunctionComparator<T>
All Implemented Interfaces:
Serializable, Comparator<T>, SerializableComparator<T>

public class LongFunctionComparator<T>
extends Object
implements SerializableComparator<T>
A Comparator which takes a LongFunction to compare a primitive long value retrieved from an object. This file was automatically generated from template file primitiveFunctionComparator.stg.
See Also:
Serialized Form