NodeContainer

class NodeContainer(nodes: List<GQLNode>)

Constructors

Link copied to clipboard
constructor(nodes: List<GQLNode>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun assert()
Link copied to clipboard
inline fun <T : GQLNode> take(): List<T>
Link copied to clipboard
inline fun <T : GQLNode> takeSingle(): T?