LogstageCodecNull

izumi.logstage.api.rendering.LogstageCodec$.LogstageCodecNull$
object LogstageCodecNull extends LogstageCodec[Null]

Attributes

Graph
Supertypes
trait LogstageCodec[Null]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def write(writer: LogstageWriter, value: Null): Unit

Attributes

Definition Classes

Inherited methods

final def contramap[U](f: U => Null): LogstageCodec[U]

Attributes

Inherited from:
LogstageCodec
def makeReprWriter(colored: Boolean): ExtendedLogstageWriter[String]

Attributes

Inherited from:
LogstageCodec