ValidationWrapper

Wrapper for the query validation stage. Wraps a function from a Document to a ZIO[R, ValidationError, ExecutionRequest].

Wrapper for the query validation stage. Wraps a function from a Document to a ZIO[R, ValidationError, ExecutionRequest].

trait Wrapper[R]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
SimpleWrapper
def |+|[R1 <: R](that: Wrapper[R1]): Wrapper[R1]
Inherited from
Wrapper