Sized

zio.test.Sized$
See theSized companion trait
object Sized

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sized.type

Members list

Concise view

Type members

Classlikes

final case class Test(fiberRef: FiberRef[Int]) extends Sized

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Sized
class Object
trait Matchable
class Any

Value members

Concrete methods

def live(size: Int)(implicit trace: Trace): Layer[Nothing, Sized]
def size(implicit trace: Trace): UIO[Int]
def withSize[R, E, A](size: Int)(zio: ZIO[R, E, A])(implicit trace: Trace): ZIO[R, E, A]
def withSizeGen[R, A](size: Int)(gen: Gen[R, A])(implicit trace: Trace): Gen[R, A]

Concrete fields

val default: ZLayer[Any, Nothing, Sized]
val tag: Tag[Sized]