UnionGeneric

oxygen.meta.K0.UnionGeneric
See theUnionGeneric companion trait
object UnionGeneric

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def attemptOf[A](using Type[A]): Either[String, UnionGeneric[A]]
def of[A](using Type[A]): UnionGeneric[A]