Interface LongBivariateObjectsFunction

All Known Implementing Classes:
SimpleVectorComparisonProcessorFactory.ObjectsComparatorFunction
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LongBivariateObjectsFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    process(Object left, Object right)
     
  • Method Details

    • process

      @Nullable Long process(@Nullable Object left, @Nullable Object right)