apollo-api
/
com.apollographql.apollo3.api
/
BooleanExpression
/
Not
common
Not
data class
Not
<out
T
:
Any
>(operand:
BooleanExpression
<
T
>) :
BooleanExpression
<
T
>
Content copied to clipboard
Functions
Properties
Functions
simplify
Link copied to clipboard
common
open override fun
simplify
():
BooleanExpression
<
T
>
Content copied to clipboard
This is not super well defined but works well enough for our simple use cases
Properties
operand
Link copied to clipboard
common
val
operand
:
BooleanExpression
<
T
>
Content copied to clipboard