NamedFunction

final case class NamedFunction[A, B](name: String)(f: A => B)(implicit evidence$1: ClassTag[A], evidence$2: ClassTag[B]) extends A => B
Since:

2023-03-11

trait Serializable
trait Product
trait Equals
trait A => B
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: A): B

Inherited methods

@unspecialized
def andThen[A](g: B => A): A => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => A): A => B
Inherited from:
Function1
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

override val toString: String