Packages

c

zio.mock.Mock.Poly.Effect

InputError

abstract class InputError[A] extends Capability.Poly.InputError[R, A, Any]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputError
  2. InputError
  3. Poly
  4. Base
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InputError()(implicit arg0: zio.EnvironmentTag[A])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. val id: UUID
    Definition Classes
    Base
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. val mock: Mock[R]
    Definition Classes
    InputErrorBase
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. def of[I, E <: Any](returns: Result[I, E, A])(implicit arg0: zio.EnvironmentTag[I], arg1: zio.EnvironmentTag[E], ev: <:<[I, Unit]): Expectation[R]
    Definition Classes
    InputError
  17. def of[I, E <: Any](assertion: Assertion[I], result: Result[I, E, A])(implicit arg0: zio.EnvironmentTag[I], arg1: zio.EnvironmentTag[E], ev: =!=[I, Unit]): Expectation[R]
    Definition Classes
    InputError
  18. def of[I, E <: Any](assertion: Assertion[I])(implicit arg0: zio.EnvironmentTag[I], arg1: zio.EnvironmentTag[E], ev1: =!=[I, Unit], ev2: <:<[A, Unit]): Expectation[R]
    Definition Classes
    InputError
  19. def of[I, E <: Any](implicit arg0: zio.EnvironmentTag[I], arg1: zio.EnvironmentTag[E]): Capability[R, I, E, A]
    Definition Classes
    InputError
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. val toString: String

    Render method fully qualified name.

    Render method fully qualified name.

    Definition Classes
    Base → AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Capability.Poly.InputError[R, A, Any]

Inherited from Poly[R, Unknown, Unknown, A]

Inherited from Base[R]

Inherited from AnyRef

Inherited from Any

Ungrouped