abstract
class
FunctionalType[ObjectType <: Any, Argument, Result] extends AnyRef
Instance Constructors
-
new
FunctionalType(typeName: String, dynamicField: Symbol)
Type Members
-
-
type
FunctionType = Function1[Argument, Result]
-
trait
Provider[A] extends AnyRef
-
type
Type = ObjectType
Abstract Value Members
-
abstract
def
fromFunction(fn: (Argument) ⇒ Result): Type
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (FunctionalType[ObjectType, Argument, Result], B)
-
final
def
==(arg0: Any): Boolean
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (FunctionalType[ObjectType, Argument, Result]) ⇒ Boolean, msg: ⇒ Any): FunctionalType[ObjectType, Argument, Result]
-
def
ensuring(cond: (FunctionalType[ObjectType, Argument, Result]) ⇒ Boolean): FunctionalType[ObjectType, Argument, Result]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): FunctionalType[ObjectType, Argument, Result]
-
def
ensuring(cond: Boolean): FunctionalType[ObjectType, Argument, Result]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
from[A](a: A)(implicit p: Provider[A]): Type
-
def
fromDynamicType(formatter: DynamicType): Type
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
typeName: String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (FunctionalType[ObjectType, Argument, Result], B)
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
FunctionalType[ObjectType, Argument, Result] to any2stringadd[FunctionalType[ObjectType, Argument, Result]]
Inherited by implicit conversion StringFormat from
FunctionalType[ObjectType, Argument, Result] to StringFormat[FunctionalType[ObjectType, Argument, Result]]
Inherited by implicit conversion Ensuring from
FunctionalType[ObjectType, Argument, Result] to Ensuring[FunctionalType[ObjectType, Argument, Result]]
Inherited by implicit conversion ArrowAssoc from
FunctionalType[ObjectType, Argument, Result] to ArrowAssoc[FunctionalType[ObjectType, Argument, Result]]