Uses of Class
com.github.damianwajser.factories.jsonbased.conditions.Condition
-
Packages that use Condition Package Description com.github.damianwajser.factories.jsonbased.criteria -
-
Uses of Condition in com.github.damianwajser.factories.jsonbased.criteria
Methods in com.github.damianwajser.factories.jsonbased.criteria with parameters of type Condition Modifier and Type Method Description Criterion<T>Criterion. and(Condition condition)Constructor parameters in com.github.damianwajser.factories.jsonbased.criteria with type arguments of type Condition Constructor Description Criterion(Collection<Condition> conditions, T result)
-