Service

trait Service extends Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def size: UIO[Int]
def withSize[R, E, A](size: Int)(zio: ZIO[R, E, A]): ZIO[R, E, A]