Interface ObjectObjectPredicate<KType,VType>


@Generated(date="2023-10-26T04:33:09+0000", value="KTypeVTypePredicate.java") public interface ObjectObjectPredicate<KType,VType>
A predicate that applies to Object, Object pairs.
  • Method Summary

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