package shapeless
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
DoesNotProjectOn
[A, B] extends AnyRef
type class for a type A which can *not* be projected on a type B
-
trait
Projection
extends AnyRef
implicit instances for projecting objects of a type A on objects of a type B
-
trait
ProjectsOn
[A, B] extends AnyRef
type class for projecting an object of type to another type B
Value Members
- object Projection extends Projection