Append

sealed trait Append[EnumType, -Left, -Right]
Companion:
object
class Object
trait Matchable
class Any

Type members

Types

type Out <: Aux[EnumType]

Value members

Abstract methods

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