Interface IntShortPredicate


  • @Generated(date="2022-05-27T04:50:17+0000",
               value="KTypeVTypePredicate.java")
    public interface IntShortPredicate
    A predicate that applies to int, short pairs.
    • Method Detail

      • apply

        boolean apply​(int key,
                      short value)