ValueDiscard

cps.ValueDiscard$
See theValueDiscard companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class CustomTag

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object customValueDiscard.type
class EmptyValueDiscard[T] extends ValueDiscard[T]

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

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
class WarnTag

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object warnValueDiscard.type

Givens

Givens

transparent inline given booleanValueDiscard: ValueDiscard[Boolean]
transparent inline given intValueDiscard: ValueDiscard[Int]
transparent inline given longValueDiscard: ValueDiscard[Long]
transparent inline given stringValueDiscard: ValueDiscard[String]