Interface IntBytePredicate



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

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

      • apply

        boolean apply(int key,
                      byte value)