EnvironmentWithSTMPartiallyApplied

zio.stm.ZSTM.EnvironmentWithSTMPartiallyApplied
final class EnvironmentWithSTMPartiallyApplied[R](dummy: Boolean) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[R1 <: R, E, A](f: ZEnvironment[R] => ZSTM[R1, E, A]): ZSTM[R & R1, E, A]