ZLayerAspect

zio.ZLayerAspect
See theZLayerAspect companion trait
object ZLayerAspect

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def debug(prefix: => String): ZLayerAspect[Nothing, Any, Nothing, Any, Nothing, Any]

An aspect that prints the results of a layer to the console for debugging purposes, using a specified user-defined prefix label.

An aspect that prints the results of a layer to the console for debugging purposes, using a specified user-defined prefix label.

Attributes

def retry[RIn1, E1](schedule: Schedule[RIn1, E1, Any]): ZLayerAspect[Nothing, RIn1, Nothing, E1, Nothing, Any]

An aspect that retries layers according to the specified schedule.

An aspect that retries layers according to the specified schedule.

Attributes

Concrete fields

val debug: ZLayerAspect[Nothing, Any, Nothing, Any, Nothing, Any]

An aspect that prints the results of layers to the console for debugging purposes.

An aspect that prints the results of layers to the console for debugging purposes.

Attributes

val identity: ZLayerAspect[Nothing, Any, Nothing, Any, Nothing, Any]

An aspect that returns layers unchanged.

An aspect that returns layers unchanged.

Attributes