Interface ObjectCharPredicate<KType>


  • @Generated(date="2020-09-07T17:20:15+0200",
               value="KTypeVTypePredicate.java")
    public interface ObjectCharPredicate<KType>
    A predicate that applies to Object, char pairs.
    • Method Detail

      • apply

        boolean apply​(KType key,
                      char value)