public class IgnoredCommit extends java.lang.Object implements Predicate<Commit>
IgnoredCommit(java.util.Collection<java.lang.String> commitMessageParts)
boolean
isTrue(Commit commit)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IgnoredCommit(java.util.Collection<java.lang.String> commitMessageParts)
public boolean isTrue(Commit commit)
Predicate
isTrue
Predicate<Commit>