public class ChainedCondition<T> extends Object implements Condition<T>
(package private) List<Condition<T>>
conditions
ChainedCondition()
void
add(Condition<T> condition)
boolean
check(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final List<Condition<T>> conditions
public ChainedCondition()
public boolean check(T object)
check
Condition<T>
public void add(Condition<T> condition)
Copyright © 2015. All rights reserved.