get

inline fun <T> get(index: Int): T?

Gets the value of an argument by index

Return

The value of the argument

Parameters

index

The index of the argument


inline fun <T> get(name: String): T?

Gets the value of an argument by name

Return

The value of the argument

Parameters

name

The name of the argument