apollo-kotlin
3.8.2
apollo-ast
/
com.apollographql.apollo3.ast
/
NodeContainer
Node
Container
class
NodeContainer
(
nodes
:
List
<
GQLNode
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Node
Container
Link copied to clipboard
fun
NodeContainer
(
nodes
:
List
<
GQLNode
>
)
Content copied to clipboard
Functions
assert
Link copied to clipboard
fun
assert
(
)
Content copied to clipboard
take
Link copied to clipboard
inline
fun
<
T
:
GQLNode
>
take
(
)
:
List
<
T
>
Content copied to clipboard
take
Single
Link copied to clipboard
inline
fun
<
T
:
GQLNode
>
takeSingle
(
)
:
T
?
Content copied to clipboard
Properties
remaining
Nodes
Link copied to clipboard
var
remainingNodes
:
List
<
GQLNode
>
Content copied to clipboard