Lazy

trait Lazy[T] extends Decoder[T]

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

trait Decoder[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

Inherited methods

def read(r: Reader): T
Inherited from:
Decoder