SwitchboardResult

constructor(success: Boolean, value: T? = null, error: String? = null)

Parameters

T

The type of the value held on success.