Interface ObjectPredicate<KType>


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

      • apply

        boolean apply​(KType value)