net.hamnaberg.schema.Prism$
See thePrism companion class
object Prism
Attributes
- Companion
- class
- Source
- Prism.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Prism.type
Members list
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Returns a new Prism instance using the specified tryGet
partial function and inject
function.
Returns a new Prism instance using the specified tryGet
partial function and inject
function.
Attributes
- Source
- Prism.scala
Implicits
Inherited implicits
Returns a new Prism for the specified supertype and subtype.
Returns a new Prism for the specified supertype and subtype.
Relies on class tags. Since the function is implicit, Prisms are available implicitly for any supertype and subtype relationships.
Attributes
- Inherited from:
- LowPrioPrism (hidden)
- Source
- Prism.scala
In this article