Interface RecentLazyReference.RecentPredicate

  • All Superinterfaces:
    com.google.common.base.Predicate<Date>, Predicate<Date>
    Enclosing class:
    RecentLazyReference<T>

    public static interface RecentLazyReference.RecentPredicate
    extends com.google.common.base.Predicate<Date>
    • Method Detail

      • apply

        boolean apply​(@NotNull
                      @NotNull Date date)
        Specified by:
        apply in interface com.google.common.base.Predicate<Date>
      • reset

        void reset()