zio.test
ProvideSomePartiallyApplied
final
class
ProvideSomePartiallyApplied[R0, -R, +E] extends AnyVal
Instance Constructors
-
new
ProvideSomePartiallyApplied(self: Spec[R, E])
Type Members
-
type
ZSpec[-R, +E, +T] = Spec[R, E]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
macro
def
apply[E1 >: E](layer: ZLayer[_, E1, _]*): ZSpec[R0, E1, TestSuccess]
-
final
def
asInstanceOf[T0]: T0
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
provideLayer[E1 >: E](layer: ZLayer[R0, E1, R]): Spec[R0, E1]
-
val
self: Spec[R, E]
-
def
toString(): String