Extractor

org.hungerford.generic.schema.types.Extractor
See theExtractor companion object
trait Extractor[Source, Target, Using]()

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type Out

Value members

Abstract methods

def extract(from: Source, to: Target, using: Using): Out