Interface ObjectObjectPredicate<KType,​VType>


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

      • apply

        boolean apply​(KType key,
                      VType value)