Sealed

io.bullet.borer.EncodingSetup$.Sealed
sealed trait Sealed[Out <: Output, Result]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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]