TestTransform

final class TestTransform(val name: String, fn: Test => Test) extends Test => Test
trait Test => Test
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(v1: Test): Test

Inherited methods

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

Concrete fields

val name: String