Package org.modelmapper
Class AbstractCondition<S,D>
java.lang.Object
org.modelmapper.AbstractCondition<S,D>
- Type Parameters:
S
- source typeD
- destination type
- All Implemented Interfaces:
Condition<S,
D>
Condition support class.
-
Constructor Details
-
AbstractCondition
public AbstractCondition()
-
-
Method Details
-
and
Returns a new condition that applies ifthis
AND the givencondition
apply.- Returns:
- new condition
- Throws:
IllegalArgumentException
- ifcondition
is null
-
or
Returns a new condition that applies ifthis
OR the givencondition
apply.- Returns:
- new condition
- Throws:
IllegalArgumentException
- ifcondition
is null
-