object MockableMacroExample extends Mock[Has[Service]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MockableMacroExample
- Mock
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract class Effect[I, E, A] extends Capability[R, I, E, A]
- Definition Classes
- Mock
- abstract class Method[I, E <: Throwable, A] extends Capability[R, I, E, A]
- Definition Classes
- Mock
- abstract class Sink[I, E, A, L, B] extends Capability[R, I, E, ZSink[Any, E, A, L, B]]
- Definition Classes
- Mock
- abstract class Stream[I, E, A] extends Capability[R, I, Nothing, ZStream[Any, E, A]]
- Definition Classes
- Mock
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()
- val compose: URLayer[Has[Proxy], Has[Service]]
- Definition Classes
- MockableMacroExample → Mock
- def empty: ULayer[Has[Service]]
- Definition Classes
- Mock
- 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()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- 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()
- def withRuntime[R]: URIO[R, Runtime[R]]
- Attributes
- protected
- Definition Classes
- Mock
- case object Get extends Effect[String, Nothing, Int] with Product with Serializable
- case object Io extends Effect[Unit, String, Long] with Product with Serializable
- object Poly
- Definition Classes
- Mock
- case object Poly1 extends Input[Nothing, Unit] with Product with Serializable
- case object Poly10 extends InputOutput[Nothing] with Product with Serializable
- case object Poly2 extends Error[Unit, Unit] with Product with Serializable
- case object Poly3 extends Output[Unit, Nothing] with Product with Serializable
- case object Poly4 extends InputError[Unit] with Product with Serializable
- case object Poly5 extends InputOutput[Unit] with Product with Serializable
- case object Poly6 extends ErrorOutput[Unit] with Product with Serializable
- case object Poly7 extends InputErrorOutput with Product with Serializable
- case object Poly8 extends Output[Unit, Nothing] with Product with Serializable
- case object Poly9 extends Output[Unit, Nothing] with Product with Serializable
- case object Reset extends Effect[Unit, Nothing, Unit] with Product with Serializable
- case object Set extends Effect[(String, Int), Nothing, Unit] with Product with Serializable
- case object Task extends Effect[Unit, Throwable, Long] with Product with Serializable
- case object Uio extends Effect[Unit, Nothing, Long] with Product with Serializable
- case object Urio extends Effect[Unit, Nothing, Long] with Product with Serializable