Interface LongCharPredicate


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

      • apply

        boolean apply​(long key,
                      char value)