Package tech.ydb.yoj.databind.expression
Class OrExpr<T>
java.lang.Object
tech.ydb.yoj.databind.expression.OrExpr<T>
- All Implemented Interfaces:
FilterExpression<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface tech.ydb.yoj.databind.expression.FilterExpression
FilterExpression.Type, FilterExpression.Visitor<T,V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<U> OrExpr<U>forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) getType()or(@NonNull FilterExpression<T> other) stream()toString()<V> Vvisit(@NonNull FilterExpression.Visitor<T, V> visitor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tech.ydb.yoj.databind.expression.FilterExpression
and, getChildren, getSchema, negate
-
Constructor Details
-
OrExpr
public OrExpr()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceFilterExpression<T>
-
visit
- Specified by:
visitin interfaceFilterExpression<T>
-
or
- Specified by:
orin interfaceFilterExpression<T>
-
stream
- Specified by:
streamin interfaceFilterExpression<T>
-
forSchema
public <U> OrExpr<U> forSchema(@NonNull @NonNull Schema<U> dstSchema, @NonNull @NonNull UnaryOperator<String> pathTransformer) - Specified by:
forSchemain interfaceFilterExpression<T>
-
toString
-