ScriptOutputType

Companion
class
class Object
trait Matchable
class Any

Type members

Types

type Aux[A0, R0] = ScriptOutputType[A0] { type R = R0; }

Value members

Methods

def Boolean[V]: Aux[V, Boolean]
def Integer[V]: Aux[V, Long]
def Multi[V]: Aux[V, List[V]]
def Status[V]: Aux[V, Unit]
def Value[V]: Aux[V, V]