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