PropSchema

morphling.PropSchema
See thePropSchema companion object
sealed trait PropSchema[O, F[_], I]

Base trait for values which describe record properties.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Absent[O, F, I]
class Constant[O, F, I]
class Optional[O, F, I]
class Required[O, F, I]

Members list

Value members

Abstract methods

def extract: Extract[O, I]
def fieldName: String
def hfmap[G[_]](nt: FunctionK[F, G]): PropSchema[O, G, I]