object MockableMacroExample extends Mock[Has[Service]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MockableMacroExample
- Mock
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native()
-
val
compose: URLayer[Has[Proxy], Has[Service]]
- Definition Classes
- MockableMacroExample → Mock
-
def
empty(implicit trace: ZTraceElement): ULayer[Has[Service]]
- Definition Classes
- Mock
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withRuntime[R](implicit trace: ZTraceElement): URIO[R, Runtime[R]]
- Attributes
- protected
- Definition Classes
- Mock
- object Get extends Effect[String, Nothing, Int] with Product with Serializable
- object Io extends Effect[Unit, String, Long] with Product with Serializable
-
object
Poly
- Definition Classes
- Mock
- object Poly1 extends Input[Nothing, Unit] with Product with Serializable
- object Poly10 extends InputOutput[Nothing] with Product with Serializable
- object Poly2 extends Error[Unit, Unit] with Product with Serializable
- object Poly3 extends Output[Unit, Nothing] with Product with Serializable
- object Poly4 extends InputError[Unit] with Product with Serializable
- object Poly5 extends InputOutput[Unit] with Product with Serializable
- object Poly6 extends ErrorOutput[Unit] with Product with Serializable
- object Poly7 extends InputErrorOutput with Product with Serializable
- object Poly8 extends Output[Unit, Nothing] with Product with Serializable
- object Poly9 extends Output[Unit, Nothing] with Product with Serializable
- object Reset extends Effect[Unit, Nothing, Unit] with Product with Serializable
- object Set extends Effect[(String, Int), Nothing, Unit] with Product with Serializable
- object Task extends Effect[Unit, Throwable, Long] with Product with Serializable
- object Uio extends Effect[Unit, Nothing, Long] with Product with Serializable
- object Urio extends Effect[Unit, Nothing, Long] with Product with Serializable