ValueTransform

munit.ValueTransforms.ValueTransform
final class ValueTransform(val name: String, fn: PartialFunction[Any, Future[Any]]) extends Any => Option[Future[Any]]

Attributes

Graph
Supertypes
trait Any => Option[Future[Any]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(v1: Any): Option[Future[Any]]

Inherited methods

def andThen[A](g: (Option[Future[Any]]) => A): Any => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Any): A => Option[Future[Any]]

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

val name: String