com.atlassian.maven.plugins.clirr.predicates.apidiff
Class DuplicatePredicate

java.lang.Object
  extended by com.atlassian.maven.plugins.clirr.predicates.apidiff.DuplicatePredicate
All Implemented Interfaces:
com.google.common.base.Predicate<net.sf.clirr.core.ApiDifference>

public class DuplicatePredicate
extends java.lang.Object
implements com.google.common.base.Predicate<net.sf.clirr.core.ApiDifference>

Not strictly a predicate as it has side-effects and is not referentially transparent.


Constructor Summary
DuplicatePredicate()
           
 
Method Summary
 boolean apply(net.sf.clirr.core.ApiDifference 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
 

Constructor Detail

DuplicatePredicate

public DuplicatePredicate()
Method Detail

apply

public boolean apply(net.sf.clirr.core.ApiDifference input)
Specified by:
apply in interface com.google.common.base.Predicate<net.sf.clirr.core.ApiDifference>


Copyright © 2012 Atlassian. All Rights Reserved.