Interface RecentLazyReference.RecentPredicate

All Superinterfaces:
Predicate<Date>
Enclosing class:
RecentLazyReference<T>

public static interface RecentLazyReference.RecentPredicate extends Predicate<Date>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(@NotNull Date date)
     
    void
     
    default boolean
    test(@NotNull Date date)
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • apply

      boolean apply(@NotNull @NotNull Date date)
    • reset

      void reset()
    • test

      default boolean test(@NotNull @NotNull Date date)
      Specified by:
      test in interface Predicate<Date>