Interface RuleCondition<E>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault RuleCondition<E>and(RuleCondition<E> other) default RuleCondition<E>or(RuleCondition<E> other) booleantest(Imperat imperat, AnnotationParser<?> parser, E element)
-
Method Details
-
test
-
and
-
or
-