Package tech.ydb.yoj.databind.expression
Class AndExpr<T>
java.lang.Object
tech.ydb.yoj.databind.expression.AndExpr<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 TypeMethodDescriptionand(@NonNull FilterExpression<T> other) <U> AndExpr<U>forSchema(@NonNull Schema<U> dstSchema, @NonNull UnaryOperator<String> pathTransformer) getType()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
getChildren, getSchema, negate, or
-
Constructor Details
-
AndExpr
public AndExpr()
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceFilterExpression<T>
-
visit
- Specified by:
visitin interfaceFilterExpression<T>
-
and
- Specified by:
andin interfaceFilterExpression<T>
-
stream
- Specified by:
streamin interfaceFilterExpression<T>
-
forSchema
public <U> AndExpr<U> forSchema(@NonNull @NonNull Schema<U> dstSchema, @NonNull @NonNull UnaryOperator<String> pathTransformer) - Specified by:
forSchemain interfaceFilterExpression<T>
-
toString
-