Class FloatFunctionComparator<T>

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

public class FloatFunctionComparator<T> extends Object implements SerializableComparator<T>
A Comparator which takes a FloatFunction to compare a primitive float value retrieved from an object. This file was automatically generated from template file primitiveFunctionComparator.stg.
See Also:
  • Constructor Details

    • FloatFunctionComparator

      public FloatFunctionComparator(FloatFunction<T> function)
  • Method Details