c

s_mach.i18n.messages

MessageBuilder

case class MessageBuilder(key: Symbol) extends Product with Serializable

A case class for building a parameterized message

key

message key

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MessageBuilder(key: Symbol)

    key

    message key

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]: Message22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]
  5. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U]: Message21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U]
  6. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]: Message20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]
  7. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]: Message19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]
  8. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]: Message18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]
  9. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q]: Message17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q]
  10. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P]: Message16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P]
  11. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O]: Message15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O]
  12. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M, N]: Message14[A, B, C, D, E, F, G, H, I, J, K, L, M, N]
  13. def apply[A, B, C, D, E, F, G, H, I, J, K, L, M]: Message13[A, B, C, D, E, F, G, H, I, J, K, L, M]
  14. def apply[A, B, C, D, E, F, G, H, I, J, K, L]: Message12[A, B, C, D, E, F, G, H, I, J, K, L]
  15. def apply[A, B, C, D, E, F, G, H, I, J, K]: Message11[A, B, C, D, E, F, G, H, I, J, K]
  16. def apply[A, B, C, D, E, F, G, H, I, J]: Message10[A, B, C, D, E, F, G, H, I, J]
  17. def apply[A, B, C, D, E, F, G, H, I]: Message9[A, B, C, D, E, F, G, H, I]
  18. def apply[A, B, C, D, E, F, G, H]: Message8[A, B, C, D, E, F, G, H]
  19. def apply[A, B, C, D, E, F, G]: Message7[A, B, C, D, E, F, G]
  20. def apply[A, B, C, D, E, F]: Message6[A, B, C, D, E, F]
  21. def apply[A, B, C, D, E]: Message5[A, B, C, D, E]
  22. def apply[A, B, C, D]: Message4[A, B, C, D]
  23. def apply[A, B, C]: Message3[A, B, C]
  24. def apply[A, B]: Message2[A, B]
  25. def apply[A]: Message1[A]
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val key: Symbol
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped