mapping

object mapping
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[I, O](f: I => Option[O], references: Option[Set[I]], render: I => String): Validation[I, O]
def partial[I, O](pf: PartialFunction[I, O], references: Option[Set[I]], render: I => String): Validation[I, O]