Sealed

sealed trait Sealed[Out <: Output, Result]
class Object
trait Matchable
class Any

Value members

Abstract methods

def output: Out
def outputEither: Either[Error[Out], Out]
def outputTry: Try[Out]
def result: Result
def resultEither: Either[Error[Out], Result]
def resultTry: Try[Result]