com.atlassian.bamboo.utils
Interface RecentLazyReference.RecentPredicate

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

public static interface RecentLazyReference.RecentPredicate
extends com.google.common.base.Predicate<java.util.Date>


Method Summary
 boolean apply(java.util.Date date)
           
 void reset()
           
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Method Detail

apply

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

reset

void reset()


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.