Packages

c

org.atnos.eff

AppendMemberInOut

final case class AppendMemberInOut[T[_], L, R, X](isRight: Boolean, append: MemberInOut[T, X]) extends MemberInOut[T, FxAppend[L, R]] with Product with Serializable

Source
Member.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppendMemberInOut
  2. Serializable
  3. Product
  4. Equals
  5. MemberInOut
  6. MemberIn
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AppendMemberInOut(isRight: Boolean, append: MemberInOut[T, X])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val append: MemberInOut[T, X]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def extract[V](union: Union[FxAppend[L, R], V]): Option[T[V]]
    Definition Classes
    AppendMemberInOutMemberInOut
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def inject[V](tv: T[V]): Union[FxAppend[L, R], V]
    Definition Classes
    AppendMemberInOutMemberIn
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val isRight: Boolean
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. def productElementNames: Iterator[String]
    Definition Classes
    Product
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toMember: Aux[T, FxAppend[L, R], FxAppend[L, R]]
    Definition Classes
    MemberInOut
  20. final def transform[O[_]](implicit to: ~>[T, O], from: ~>[O, T]): MemberInOut[O, FxAppend[L, R]]
    Definition Classes
    MemberInOut
  21. final def transform[O[_]](implicit from: ~>[O, T]): MemberIn[O, FxAppend[L, R]]
    Definition Classes
    MemberIn
  22. final def transformUnion[A](nat: ~>[T, T])(union: Union[FxAppend[L, R], A]): Union[FxAppend[L, R], A]
    Definition Classes
    MemberInOut
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from MemberInOut[T, FxAppend[L, R]]

Inherited from MemberIn[T, FxAppend[L, R]]

Inherited from AnyRef

Inherited from Any

Ungrouped