Packages

o

zio.examples.macros

AccessibleMacroExample

object AccessibleMacroExample

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccessibleMacroExample
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AccessibleMacroExample = Has[Service]
  2. case class Bar(value: String) extends Foo with Product with Serializable
  3. trait Foo extends AnyRef
  4. trait Service extends AnyRef
  5. case class Wrapped[T](value: T) extends Product with Serializable

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. def _bar(n: Int): URIO[AccessibleMacroExample, Unit]
  5. def _baz(x: Int, y: Int): ZIO[AccessibleMacroExample, String, Int]
  6. def _dependent(n: Int): ZIO[AccessibleMacroExample with Has[Random], Long, Int]
  7. val _foo: URIO[AccessibleMacroExample, Unit]
  8. def _foo2: URIO[AccessibleMacroExample, Unit]
  9. def _foo3(): URIO[AccessibleMacroExample, Unit]
  10. def _function(n: Int): URIO[AccessibleMacroExample, String]
  11. def _poly[A](a: A): ZIO[AccessibleMacroExample, Long, A]
  12. def _poly2[A <: Foo](a: Wrapped[A]): ZIO[AccessibleMacroExample, String, List[A]]
  13. def _sink(n: Int): ZSink[AccessibleMacroExample, Nothing, Int, Nothing, Chunk[Int]]
  14. def _stream(n: Int): ZStream[AccessibleMacroExample, String, Int]
  15. val _value: URIO[AccessibleMacroExample, String]
  16. def _value2: URIO[AccessibleMacroExample, String]
  17. def _value3(): URIO[AccessibleMacroExample, String]
  18. def _withEx(): RIO[AccessibleMacroExample, String]
  19. def _withEx1(p: String): RIO[AccessibleMacroExample, String]
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def bar(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, Unit]
  22. def baz(x: Int, y: Int)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], String, Int]
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. def dependent(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service] with Has[Random], Long, Int]
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. val foo: ZIO[Has[Service], Nothing, Unit]
  29. def foo2(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, Unit]
  30. def foo3()(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, Unit]
  31. def function(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, String]
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val live: ZLayer[Has[Console], Nothing, Has[Service]]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def poly[A](a: A)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Long, A]
  40. def poly2[A <: Foo](a: Wrapped[A])(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], String, List[A]]
  41. val program: URIO[AccessibleMacroExample with Has[Random], (Int, String, Long, List[Foo], Int, String, String, String, String, Chunk[Int], Chunk[Int], String, String)]
  42. def sink(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZSink[Has[Service], Nothing, Int, Nothing, Chunk[Int]]
  43. def stream(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZStream[Has[Service], String, Int]
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. val value: ZIO[Has[Service], Nothing, String]
  47. def value2(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, String]
  48. def value3()(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, String]
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. def withEx()(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Throwable, String]
  53. def withEx1(p: String)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Throwable, String]

Inherited from AnyRef

Inherited from Any

Ungrouped