object AccessibleMacroExample
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AccessibleMacroExample
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
- def _bar(n: Int): URIO[AccessibleMacroExample, Unit]
- def _baz(x: Int, y: Int): ZIO[AccessibleMacroExample, String, Int]
- def _dependent(n: Int): ZIO[AccessibleMacroExample with Has[Random], Long, Int]
- val _foo: URIO[AccessibleMacroExample, Unit]
- def _foo2: URIO[AccessibleMacroExample, Unit]
- def _foo3(): URIO[AccessibleMacroExample, Unit]
- def _function(n: Int): URIO[AccessibleMacroExample, String]
- def _poly[A](a: A): ZIO[AccessibleMacroExample, Long, A]
- def _poly2[A <: Foo](a: Wrapped[A]): ZIO[AccessibleMacroExample, String, List[A]]
- def _sink(n: Int): ZSink[AccessibleMacroExample, Nothing, Int, Nothing, Chunk[Int]]
- def _stream(n: Int): ZStream[AccessibleMacroExample, String, Int]
- val _value: URIO[AccessibleMacroExample, String]
- def _value2: URIO[AccessibleMacroExample, String]
- def _value3(): URIO[AccessibleMacroExample, String]
- def _withEx(): RIO[AccessibleMacroExample, String]
- def _withEx1(p: String): RIO[AccessibleMacroExample, String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bar(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, Unit]
- def baz(x: Int, y: Int)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], String, Int]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def dependent(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service] with Has[Random], Long, Int]
-
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] )
- val foo: ZIO[Has[Service], Nothing, Unit]
- def foo2(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, Unit]
- def foo3()(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, Unit]
- def function(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, String]
-
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
- val live: ZLayer[Has[Console], Nothing, Has[Service]]
-
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 poly[A](a: A)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Long, A]
- def poly2[A <: Foo](a: Wrapped[A])(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], String, List[A]]
- val program: URIO[AccessibleMacroExample with Has[Random], (Int, String, Long, List[Foo], Int, String, String, String, String, Chunk[Int], Chunk[Int], String, String)]
- def sink(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZSink[Has[Service], Nothing, Int, Nothing, Chunk[Int]]
- def stream(n: Int)(implicit ev: izumi.reflect.Tag[Service]): ZStream[Has[Service], String, Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val value: ZIO[Has[Service], Nothing, String]
- def value2(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, String]
- def value3()(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Nothing, String]
-
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 withEx()(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Throwable, String]
- def withEx1(p: String)(implicit ev: izumi.reflect.Tag[Service]): ZIO[Has[Service], Throwable, String]