Sealed

io.bullet.borer.DecodingSetup$.Sealed
sealed trait Sealed[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def value: T
def valueAndInput: (T, Input[_])
def valueAndInputEither: Either[Error[Position], (T, Input[_])]
def valueAndInputTry: Try[(T, Input[_])]
def valueEither: Either[Error[Position], T]
def valueTry: Try[T]