Packages

package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Cow extends AnyRef
  2. sealed abstract class CowAction extends EnumEntry
  3. case class CowCommand(cow: Cow, message: String, eyes: CowEyes = CowEyes.default, tongue: CowTongue = CowTongue.default, action: CowAction = CowAction.defaultValue, wrap: MessageWrapping = MessageWrapping.default) extends Product with Serializable
  4. sealed trait CowError extends AnyRef
  5. case class CowEyes extends Product with Serializable
  6. trait CowMode extends AnyRef
  7. trait CowSay extends AnyRef
  8. case class CowTongue extends Product with Serializable
  9. final case class CustomCow(cowValue: String) extends Cow with Product with Serializable
  10. trait EnumWithDefault[A <: EnumEntry] extends Enum[A]
  11. final case class MessageWrapping extends AnyVal with Product with Serializable

Value Members

  1. object BitmapCows
  2. object CowAction extends EnumWithDefault[CowAction]
  3. object CowCommand extends Serializable
  4. object CowError
  5. object CowEyes extends Serializable
  6. object CowSay
  7. object CowTongue extends Serializable
  8. object MessageWrapping extends Serializable
  9. object Toto

Ungrouped