Interface ObjectCharPredicate<KType>


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

      • apply

        boolean apply​(KType key,
                      char value)