Packages

sealed trait TestArrow[-A, +B] extends AnyRef

Self Type
TestArrow[A, B]
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestArrow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def &&[A1 <: A](that: TestArrow[A1, Boolean])(implicit ev: <:<[B, Boolean]): TestArrow[A1, Boolean]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def >>>[C](that: TestArrow[B, C]): TestArrow[A, C]
  6. def ??(message: String): TestArrow[A, B]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def label(message: String): TestArrow[A, B]
  15. def meta(span: Option[Span] = None, parentSpan: Option[Span] = None, code: Option[String] = None, location: Option[String] = None, completeCode: Option[String] = None, customLabel: Option[String] = None, genFailureDetails: Option[GenFailureDetails] = None): TestArrow[A, B]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. def render: String
  20. def setGenFailureDetails(details: GenFailureDetails): TestArrow[A, B]
  21. def span(span: (Int, Int)): TestArrow[A, B]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def unary_![A1 <: A](implicit ev: <:<[B, Boolean]): TestArrow[A1, Boolean]
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def withCode(code: String, arguments: Arguments*): TestArrow[A, B]
  29. def withCode(code: String): TestArrow[A, B]
  30. def withCompleteCode(completeCode: String): TestArrow[A, B]
  31. def withLocation(implicit sourceLocation: SourceLocation): TestArrow[A, B]
  32. def withParentSpan(span: (Int, Int)): TestArrow[A, B]
  33. def ||[A1 <: A](that: TestArrow[A1, Boolean])(implicit ev: <:<[B, Boolean]): TestArrow[A1, Boolean]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped