made.TransparentWrapping
See theTransparentWrapping companion object
Bidirectional conversion between a transparent wrapper type T and its single wrapped field type R.
Used by Made.Transparent to implement wrap and unwrap. Derived at compile time via TransparentWrapping.derived[R, T] for single-field case classes annotated with @transparent.
Type parameters
- R
-
the wrapped field type
- T
-
the transparent wrapper type
Attributes
- See also
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article