EnumerationValues

io.taig.enumeration.ext.EnumerationValues
See theEnumerationValues companion object
abstract class EnumerationValues[A]

Derive all singelton values of a (nested) enumeration which may consist of Scala 3's enum or sealed traits and classes

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Out

Value members

Abstract methods

def toNonEmptyList: NonEmptyList[Out]