final case class Interface[F[_], A](name: String, fields: NonEmptyList[(String, Field[F, A, _, _])], implementations: List[Implementation[F, A, _]], description: Option[String] = None) extends ObjectLike[F, A] with Product with Serializable
- Source
- ast.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interface
- Serializable
- Product
- Equals
- ObjectLike
- Selectable
- OutToplevel
- Toplevel
- Out
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Interface(name: String, fields: NonEmptyList[(String, Field[F, A, _, _])], implementations: List[Implementation[F, A, _]], description: Option[String] = None)
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val description: Option[String]
- def document(description: String): Interface[F, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val fieldMap: Map[String, Field[F, A, _, _]]
- Definition Classes
- Interface → Selectable
- val fields: NonEmptyList[(String, Field[F, A, _, _])]
- lazy val fieldsList: List[(String, Field[F, A, _, _])]
- Definition Classes
- Interface → Selectable
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val implementations: List[Implementation[F, A, _]]
- lazy val implementsMap: Map[String, Implementation[F, A, _]]
- Definition Classes
- Interface → ObjectLike
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapK[G[_]](fk: ~>[F, G])(implicit arg0: Functor[G]): Interface[G, A]
- Definition Classes
- Interface → Selectable → OutToplevel → Out
- val name: String
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()