Lazy

io.bullet.borer.Decoder.Lazy
trait Lazy[T] extends Decoder[T]

A Decoder that lazily wraps another Decoder. Useful, for example, for recursive definitions.

Attributes

Graph
Supertypes
trait Decoder[T]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def delegate: Decoder[T]

Inherited methods

def read(r: Reader): T

Attributes

Inherited from:
Decoder