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