Interface ObjectPredicate<KType>


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

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

    • apply

      boolean apply(KType value)