Interface ByteShortPredicate


  • @Generated(date="2021-05-28T03:45:42+0000",
               value="KTypeVTypePredicate.java")
    public interface ByteShortPredicate
    A predicate that applies to byte, short pairs.
    • Method Detail

      • apply

        boolean apply​(byte key,
                      short value)