trait Service extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Service
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def get(key: String): UIO[Int]
- abstract def io: IO[String, Long]
- abstract def poly1[A](a: A)(implicit arg0: zio.Tag[A]): UIO[Unit]
- abstract def poly10[A](a: Wrapped[A])(implicit arg0: zio.Tag[A]): UIO[A]
- abstract def poly2[A](implicit arg0: zio.Tag[A]): IO[A, Unit]
- abstract def poly3[A](implicit arg0: zio.Tag[A]): UIO[A]
- abstract def poly4[A, B](a: A)(implicit arg0: zio.Tag[A], arg1: zio.Tag[B]): IO[B, Unit]
- abstract def poly5[A, B](a: A)(implicit arg0: zio.Tag[A], arg1: zio.Tag[B]): IO[Unit, B]
- abstract def poly6[A, B](implicit arg0: zio.Tag[A], arg1: zio.Tag[B]): IO[A, B]
- abstract def poly7[A, B, C](a: A)(implicit arg0: zio.Tag[A], arg1: zio.Tag[B], arg2: zio.Tag[C]): IO[B, C]
- abstract def poly8[A](implicit arg0: zio.Tag[A]): UIO[(A, String)]
- abstract def poly9[A <: Foo](implicit arg0: zio.Tag[A]): UIO[A]
- abstract def reset: UIO[Unit]
- abstract def set(key: String, value: Int): UIO[Unit]
- abstract def task: Task[Long]
- abstract def uio: UIO[Long]
- abstract def urio: URIO[String, Long]
Concrete 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()
-
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()