Interface IntDoublePredicate



  • @Generated(date="2015-05-07T09:33:03+0200",
               value="KTypeVTypePredicate.java")
    public interface IntDoublePredicate
    A predicate that applies to int, double pairs.
    • Method Summary

      Modifier and Type Method and Description
      boolean apply(int key, double value)
       
    • Method Detail

      • apply

        boolean apply(int key,
                      double value)