Append

zio.schema.Append
See theAppend companion object
sealed trait Append[EnumType, -Left, -Right]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Out <: Aux[EnumType]

Value members

Abstract methods

def apply(left: Left, right: Right): Out