Package org.ehrbase.aql.dto.condition
Interface LogicalOperatorDto<S,T>
-
- All Known Implementing Classes:
ConditionLogicalOperatorDto,ContainmentLogicalOperator,PredicateLogicalAndOperation,PredicateLogicalOrOperation
public interface LogicalOperatorDto<S,T>- Author:
- Stefan Spiska
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default LogicalOperatorDto<S,T>addValues(Stream<T> valuesStream)Adds the values from the stream.SgetSymbol()List<T>getValues()
-