Mushroom

enumeratum.InTheWoods$.Mushroom
See theMushroom companion object
sealed abstract class Mushroom(val toxic: Boolean) extends EnumEntry

Attributes

Companion
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object FlyAgaric.type
object LSD.type
object Shimeji.type

Members list

Value members

Inherited methods

def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Inherited from:
EnumEntry

Concrete fields

val toxic: Boolean