final case class Boundary(value: String) extends AnyVal with Product with Serializable
- Source
- Multipart.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Boundary
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Boundary(value: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (Boundary, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ensuring(cond: (Boundary) ⇒ Boolean, msg: ⇒ Any): Boundary
- def ensuring(cond: (Boundary) ⇒ Boolean): Boundary
- def ensuring(cond: Boolean, msg: ⇒ Any): Boundary
- def ensuring(cond: Boolean): Boundary
- def formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toByteVector: ByteVector
- val value: String
- def →[B](y: B): (Boundary, B)