Interface FloatIntPredicate


@Generated(date="2024-02-21T10:44:44+0000", value="KTypeVTypePredicate.java") public interface FloatIntPredicate
A predicate that applies to float, int pairs.
  • Method Summary

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

    • apply

      boolean apply(float key, int value)