Interface FloatLongPredicate


@Generated(date="2023-10-26T04:33:09+0000", value="KTypeVTypePredicate.java") public interface FloatLongPredicate
A predicate that applies to float, long pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(float key, long value)
     
  • Method Details

    • apply

      boolean apply(float key, long value)