marshalTypes

fun marshalTypes(types: A_Tuple): Array<Class<*>>

Marshal the supplied A_Tuple of A_Types.

Return

The Java classes that represent the supplied types.

Parameters

types

A tuple of types.

Throws

If marshaling fails for any of the supplied types.