object union
- Alphabetic
- By Inheritance
- union
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
Fields[U <: Coproduct] extends DepFn1[U] with Serializable
Type class supporting converting this union to a
Coproduct
of key-value pairs. -
trait
Keys[U <: Coproduct] extends DepFn0 with Serializable
Type class supporting collecting the keys of a union as an
HList
. - trait LowPrioritySelector extends AnyRef
-
trait
MapValues[HF, U <: Coproduct] extends DepFn1[U] with Serializable
Type class supporting mapping a higher rank function over the values of a union.
-
trait
Selector[C <: Coproduct, K] extends Serializable
Type class supporting union member selection.
Type class supporting union member selection.
- Annotations
- @implicitNotFound( "No field ${K} in union ${C}" )
-
trait
ToMap[U <: Coproduct] extends DepFn1[U] with Serializable
Type class supporting converting this union to a
Map
whose keys and values are typed as the Lub of the keys and values of this union. -
trait
UnzipFields[L <: Coproduct] extends Serializable
Type class combining
Keys
andValues
for convenience and compilation speed.Type class combining
Keys
andValues
for convenience and compilation speed. It's similar toFields
, but produces distinctHList
andCoproduct
instead of a zippedCoproduct
. -
trait
Values[U <: Coproduct] extends DepFn1[U] with Serializable
Type class supporting collecting the value of a union as a
Coproduct
.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Fields extends Serializable
- object Keys extends Serializable
- object MapValues extends Serializable
- object Selector extends LowPrioritySelector with Serializable
- object ToMap extends Serializable
- object UnzipFields extends Serializable
- object Values extends Serializable