final case class Definition[+Self, +Annotations](inputTypes: Chunk[InputParameter[Annotations]], outputType: Type[Annotations], body: Self) extends Product with Serializable
- Self Type
- Definition[Self, Annotations]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Definition
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Definition(inputTypes: Chunk[InputParameter[Annotations]], outputType: Type[Annotations], body: Self)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val body: Self
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def collectAttributes: List[Annotations]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def forEach[G[+_], Self2](f: (Self) ⇒ G[Self2])(implicit arg0: IdentityBoth[G], arg1: Covariant[G]): G[Definition[Self2, Annotations]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inputTypes: Chunk[InputParameter[Annotations]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[Self2](f: (Self) ⇒ Self2): Definition[Self2, Annotations]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val outputType: Type[Annotations]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- final def toSpecification: Specification[Annotations]
- final def toValue[Annotations1 >: Annotations](implicit ev: <:<[Self, Value[Annotations1]]): Value[Annotations1]
- def transform[Annotations2 >: Annotations, Err](tryMapType: (Type[Annotations2]) ⇒ Validation[Err, Type[Annotations2]], tryMapValue: (Value[Annotations2]) ⇒ Validation[Err, Value[Annotations2]]): Validation[Err, Definition[Self, Annotations2]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()