ConstFn

final class ConstFn[A, B](val underlying: () => B)
trait A => B
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: A): B

Inherited methods

def andThen[A](g: B => A): A => A
Inherited from:
Function1
def compose[A](g: A => A): A => B
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

override val underlying: () => B