BaseAndCustom

final case class BaseAndCustom(base: String, custom: String)
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def custom(custom: String): BaseAndCustom
@inline
def reset(base: String): BaseAndCustom

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val classes: String