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