Of

sealed trait Of[V]

Typeclass that allows lookup of a validation given a Valid type

class Object
trait Matchable
class Any

Type members

Types

type R

Value members

Abstract methods

def validation: Validation[R] { type Valid = V; }