Sub

org.hungerford.generic.schema.types.Sub
See theSub companion object
sealed trait Sub[A, B]()

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type ASub = A & B

Value members

Abstract methods

def apply(from: A): ASub