Class BooleanFunctionComparator<T>

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

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

    • BooleanFunctionComparator

      public BooleanFunctionComparator(BooleanFunction<T> function)
  • Method Details