Interface ObjectCharPredicate<KType>


@Generated(date="2023-09-14T00:00:00+0000", value="KTypeVTypePredicate.java") public interface ObjectCharPredicate<KType>
A predicate that applies to Object, char pairs.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(KType key, char value)
     
  • Method Details

    • apply

      boolean apply(KType key, char value)