package union
Type Members
- type ![A] = (A) => Nothing
- type !![A] = (![A]) => Nothing
- type Contains[S, T] = <:<[!![S], T]
- trait Disjunction[T] extends AnyRef
- type Union[T] = AnyRef { type or[S] = org.emergentorder.union.package.Disjunction[T => Nothing with S => Nothing] }
Inherited from AnyRef
Inherited from Any