Class DoubleFunctionComparator<T>

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

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