Package

cowsay4s

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait Cow extends AnyRef

    Permalink
  2. sealed abstract class CowAction extends EnumEntry

    Permalink
  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

    Permalink
  4. sealed trait CowError extends AnyRef

    Permalink
  5. case class CowEyes extends Product with Serializable

    Permalink
  6. trait CowMode extends AnyRef

    Permalink
  7. trait CowSay extends AnyRef

    Permalink
  8. case class CowTongue extends Product with Serializable

    Permalink
  9. final case class CustomCow(cowValue: String) extends Cow with Product with Serializable

    Permalink
  10. trait EnumWithDefault[A <: EnumEntry] extends Enum[A]

    Permalink
  11. final case class MessageWrapping extends AnyVal with Product with Serializable

    Permalink

Value Members

  1. object CowAction extends EnumWithDefault[CowAction]

    Permalink
  2. object CowCommand extends Serializable

    Permalink
  3. object CowError

    Permalink
  4. object CowEyes extends Serializable

    Permalink
  5. object CowSay

    Permalink
  6. object CowTongue extends Serializable

    Permalink
  7. object MessageWrapping extends Serializable

    Permalink
  8. object Toto

    Permalink

Ungrouped