case object Poly7 extends InputErrorOutput with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Poly7
- Serializable
- Product
- Equals
- InputErrorOutput
- InputErrorOutput
- Poly
- Base
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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 id: UUID
- Definition Classes
- Base
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mock: Mock[Has[Service]]
- Definition Classes
- InputErrorOutput → Base
- 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 of[I, E <: Any, A <: Any](returns: Result[I, E, A])(implicit arg0: zio.Tag[I], arg1: zio.Tag[E], arg2: zio.Tag[A], ev: <:<[I, Unit]): Expectation[Has[Service]]
- Definition Classes
- InputErrorOutput
- def of[I, E <: Any, A <: Any](assertion: Assertion[I], result: Result[I, E, A])(implicit arg0: zio.Tag[I], arg1: zio.Tag[E], arg2: zio.Tag[A], ev: =!=[I, Unit]): Expectation[Has[Service]]
- Definition Classes
- InputErrorOutput
- def of[I, E <: Any, A <: Any](assertion: Assertion[I])(implicit arg0: zio.Tag[I], arg1: zio.Tag[E], arg2: zio.Tag[A], ev1: =!=[I, Unit], ev2: <:<[A, Unit]): Expectation[Has[Service]]
- Definition Classes
- InputErrorOutput
- def of[I, E <: Any, A <: Any](implicit arg0: zio.Tag[I], arg1: zio.Tag[E], arg2: zio.Tag[A]): Capability[Has[Service], I, E, A]
- Definition Classes
- InputErrorOutput
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val toString: String
- Definition Classes
- Base → AnyRef → Any
- 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()