| Modifier and Type | Method and Description |
|---|---|
RuleThat<E> |
RuleThat.appliesTo(E subject) |
RuleThat<E> |
RuleThat.appliesToAll(Collection<E> subjects) |
RuleThat<E> |
RuleThat.appliesToAll(E subject1,
E... subjects) |
static <E> RuleThat<E> |
Check.thatRule(java.util.function.Predicate<E> rule) |
Copyright © 2017. All rights reserved.