toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo.api
/
BooleanExpression
/
Or
Or
data
class
Or
<
T
:
Any
>
(
val
operands
:
Set
<
BooleanExpression
<
T
>
>
)
:
BooleanExpression
<
T
>
Members
Members & Extensions
Constructors
Or
Link copied to clipboard
constructor
(
vararg
operands
:
BooleanExpression
<
T
>
)
constructor
(
operands
:
Set
<
BooleanExpression
<
T
>
>
)
Properties
operands
Link copied to clipboard
val
operands
:
Set
<
BooleanExpression
<
T
>
>
Functions
and
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v4_0_0
)
fun
<
T
:
Any
>
BooleanExpression
<
T
>
.
and
(
vararg
other
:
BooleanExpression
<
T
>
)
:
BooleanExpression
<
T
>
contains
Possible
Types
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v4_0_0
)
fun
<
T
:
Any
>
BooleanExpression
<
T
>
.
containsPossibleTypes
(
)
:
Boolean
evaluate
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v4_0_0
)
fun
<
T
:
Any
>
BooleanExpression
<
T
>
.
evaluate
(
block
:
(
T
)
->
Boolean
)
:
Boolean
fun
BooleanExpression
<
BTerm
>
.
evaluate
(
variables
:
Set
<
String
>
?
,
typename
:
String
?
,
deferredFragmentIdentifiers
:
Set
<
DeferredFragmentIdentifier
>
?
,
path
:
List
<
Any
>
?
)
:
Boolean
first
Element
Of
Type
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v4_0_0
)
fun
<
T
:
Any
,
U
:
Any
>
BooleanExpression
<
T
>
.
firstElementOfType
(
type
:
KClass
<
U
>
)
:
U
?
or
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v4_0_0
)
fun
<
T
:
Any
>
BooleanExpression
<
T
>
.
or
(
vararg
other
:
BooleanExpression
<
T
>
)
:
BooleanExpression
<
T
>
simplify
Link copied to clipboard
@
ApolloDeprecatedSince
(
version
=
ApolloDeprecatedSince.Version.v4_0_0
)
open
override
fun
simplify
(
)
:
BooleanExpression
<
T
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String