com.atlassian.bamboo.deletion
Class NotDeletedPredicate

java.lang.Object
  extended by com.atlassian.bamboo.deletion.NotDeletedPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<ImmutableDeletable>

public class NotDeletedPredicate
extends java.lang.Object
implements com.google.common.base.Predicate<ImmutableDeletable>


Field Summary
static com.google.common.base.Predicate<ImmutableDeletable> INSTANCE
           
 
Method Summary
 boolean apply(ImmutableDeletable input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Field Detail

INSTANCE

public static final com.google.common.base.Predicate<ImmutableDeletable> INSTANCE
Method Detail

apply

public boolean apply(@NotNull
                     ImmutableDeletable input)
Specified by:
apply in interface com.google.common.base.Predicate<ImmutableDeletable>


Copyright © 2012 Atlassian. All Rights Reserved.