Default

implicit implicit class Default[U, V](v: V) extends InputAssignment[U, V]

An assignment that always returns the same default value.

Value parameters:
v

the default value returned by the assignment

trait InputAssignment[U, V]
trait U => V
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(u: U): V
override def toString: String
Definition Classes
Function1 -> Any

Inherited methods

@unspecialized
def andThen[A](g: V => A): U => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => U): A => V
Inherited from:
Function1