ValueTransform

final class ValueTransform(val name: String, fn: PartialFunction[Any, Future[Any]]) extends Any => Option[Future[Any]]
trait Any => Option[Future[Any]]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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

Concrete fields

val name: String