Trait/Object

org.specs2.control.eff

Member

Related Docs: object Member | package eff

Permalink

trait Member[T[_], R] extends MemberInOut[T, R]

Annotations
@implicitNotFound( ... )
Linear Supertypes
MemberInOut[T, R], MemberIn[T, R], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Member
  2. MemberInOut
  3. MemberIn
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Out

    Permalink

Abstract Value Members

  1. abstract def accept[V](union: Union[Out, V]): Union[R, V]

    Permalink
  2. abstract def inject[V](tv: T[V]): Union[R, V]

    Permalink
    Definition Classes
    MemberIn
  3. abstract def project[V](union: Union[R, V]): Either[Union[Out, V], T[V]]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def aux: Aux[T, R, Out]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def extract[V](union: Union[R, V]): Option[T[V]]

    Permalink
    Definition Classes
    MemberMemberInOut
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  18. def transform[O[_]](implicit from: ~>[O, T]): MemberIn[O, R]

    Permalink
    Definition Classes
    MemberInOutMemberIn
  19. def transformUnion[A](nat: ~>[T, T])(union: Union[R, A]): Union[R, A]

    Permalink
    Definition Classes
    MemberInOut
  20. def transformUnionInto[N[_], U, S, X](nat: ~>[T, N])(union: Union[R, X])(implicit n: Aux[N, S, U]): Union[S, X]

    Permalink
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from MemberInOut[T, R]

Inherited from MemberIn[T, R]

Inherited from AnyRef

Inherited from Any

Ungrouped