apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api
/
BooleanExpression
/
Not
Not
common
data
class
Not
<
out
T
:
Any
>
(
val
operand
:
BooleanExpression
<
T
>
)
:
BooleanExpression
<
T
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Not
Link copied to clipboard
common
fun
<
out
T
:
Any
>
Not
(
operand
:
BooleanExpression
<
T
>
)
Content copied to clipboard
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