EffectfulWrapper

case class EffectfulWrapper[-R](wrapper: UIO[Wrapper[R]]) extends Wrapper[R]

A wrapper that requires an effect to be built. The effect will be run for each query.

A wrapper that requires an effect to be built. The effect will be run for each query.

Value Params
wrapper

an effect that builds a wrapper

trait Serializable
trait Product
trait Equals
trait Wrapper[R]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def |+|[R1 <: R](that: Wrapper[R1]): Wrapper[R1]
Inherited from
Wrapper