ResultType

ResultType

data class ResultType

Data class to hold a ResultType's result from the docs:


resultType   ::=  (t:result)?  => [t?]

Fields

Name Description
val result: Result?
val resultIndex: Index<Type>?

Constructors

<init>

constructor(result: Result?, resultIndex: Index<Type>?)

Data class to hold a ResultType's result from the docs:


resultType   ::=  (t:result)?  => [t?]

Parameters

Name Description
result: Result?
resultIndex: Index<Type>?

Methods

toString

fun toString(): String

ReturnValue

Name Description
String