apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
jvm
Platform filter
jvm
Switch theme
Search in API
apollo-kdoc
apollo-compiler
/
com.apollographql.apollo.compiler.ir
/
BooleanExpression
/
Or
Or
@
ApolloExperimental
data
class
Or
<
T
:
Any
>
(
val
operands
:
Set
<
BooleanExpression
<
T
>
>
)
:
BooleanExpression
<
T
>
Members
Constructors
Or
Link copied to clipboard
constructor
(
operands
:
Set
<
BooleanExpression
<
T
>
>
)
constructor
(
vararg
operands
:
BooleanExpression
<
T
>
)
Properties
operands
Link copied to clipboard
val
operands
:
Set
<
BooleanExpression
<
T
>
>
Functions
simplify
Link copied to clipboard
open
override
fun
simplify
(
)
:
BooleanExpression
<
T
>
This is not super well defined but works well enough for our simple use cases
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String