Default

eu.monniot.scala3mock.main.Default$
See theDefault companion trait
object Default

Attributes

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

Members list

Concise view

Type members

Classlikes

object given_Default_Boolean extends Default[Boolean]

Attributes

Graph
Supertypes
trait Default[Boolean]
class Object
trait Matchable
class Any
Self type
object given_Default_Byte extends Default[Byte]

Attributes

Graph
Supertypes
trait Default[Byte]
class Object
trait Matchable
class Any
Self type
object given_Default_Char extends Default[Char]

Attributes

Graph
Supertypes
trait Default[Char]
class Object
trait Matchable
class Any
Self type
object given_Default_Double extends Default[Double]

Attributes

Graph
Supertypes
trait Default[Double]
class Object
trait Matchable
class Any
Self type
object given_Default_Float extends Default[Float]

Attributes

Graph
Supertypes
trait Default[Float]
class Object
trait Matchable
class Any
Self type
object given_Default_Int extends Default[Int]

Attributes

Graph
Supertypes
trait Default[Int]
class Object
trait Matchable
class Any
Self type
object given_Default_Long extends Default[Long]

Attributes

Graph
Supertypes
trait Default[Long]
class Object
trait Matchable
class Any
Self type
object given_Default_Short extends Default[Short]

Attributes

Graph
Supertypes
trait Default[Short]
class Object
trait Matchable
class Any
Self type
object given_Default_Unit extends Default[Unit]

Attributes

Graph
Supertypes
trait Default[Unit]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def apply[A](using d: Default[A]): Default[A]