OneOf

final case class OneOf[-S[_[_]], U, A](label: String, schema: Schema[S, A], inject: A => U)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(a: A): WithValue[S, U, A]
def compile[F[_]](s: S[F]): Alt[F, U, A]
override def toString(): String
Definition Classes
Any

Inherited methods

Inherited from:
Product