EmptyValueDiscard

cps.ValueDiscard$.EmptyValueDiscard
class EmptyValueDiscard[T] extends ValueDiscard[T]

Discard when apply do nothing. Usefule for promitive objects, which can be freely discarded.

Attributes

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

Members list

Concise view

Value members

Concrete methods

inline override def apply(value: T): Unit

called when value is discarded.

called when value is discarded.

Attributes

Definition Classes