Interface Condition
- All Superinterfaces:
FailablePredicate<DocHandlerContext,IOException>
- All Known Subinterfaces:
ConfigurableCondition<T>
- All Known Implementing Classes:
AllOf,AnyOf,BlankCondition,ConditionGroup,DateCondition,DomCondition,NoneOf,NumericCondition,ReferenceCondition,ScriptCondition,TextCondition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface Condition
extends FailablePredicate<DocHandlerContext,IOException>
A condition usually used in flow creation when configuring
importer handlers.
-
Field Summary
Fields inherited from interface org.apache.commons.lang3.function.FailablePredicate
FALSE, TRUE -
Method Summary
Methods inherited from interface org.apache.commons.lang3.function.FailablePredicate
and, negate, or, test