Type Members
-
-
final
case class
LabeledCase[+Spec](label: String, spec: Spec) extends SpecCase[Any, Nothing, Nothing, Spec] with Product with Serializable
-
-
final
class
ProvideSomeLayer[R0, -R, +E, +T] extends AnyVal
-
-
final
case class
ScopedCase[-R, +E, +Spec](scoped: ZIO[Scope with R, E, Spec]) extends SpecCase[R, E, Nothing, Spec] with Product with Serializable
-
-
sealed abstract
class
SpecCase[-R, +E, +T, +A] extends AnyRef
-
-
final
class
UpdateService[-R, +E, +T, M] extends AnyVal
-
final
class
UpdateServiceAt[-R, +E, +T, Service] extends AnyVal
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
empty: Spec[Any, Nothing, Nothing]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
exec[R, E, T](exec: ExecutionStrategy, spec: Spec[R, E, T]): Spec[R, E, T]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
labeled[R, E, T](label: String, spec: Spec[R, E, T]): Spec[R, E, T]
-
final
def
multiple[R, E, T](specs: Chunk[Spec[R, E, T]]): Spec[R, E, T]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
final
def
test[R, E, T](test: ZIO[R, E, T], annotations: TestAnnotationMap): Spec[R, E, T]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any