public static class

RecentLazyReference.IsTooOldPredicate

extends Object
implements Predicate
java.lang.Object
   ↳ com.atlassian.bamboo.utils.RecentLazyReference.IsTooOldPredicate

Summary

Public Constructors
RecentLazyReference.IsTooOldPredicate(long amount, TimeUnit unit)
Public Methods
boolean evaluate(Object object)
void reset()
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.commons.collections.Predicate

Public Constructors

public RecentLazyReference.IsTooOldPredicate (long amount, TimeUnit unit)

Public Methods

public boolean evaluate (Object object)

public void reset ()