ConfigMonoidImpl

scala.build.options.ConfigMonoidImpl
case class ConfigMonoidImpl[T](zero: T)(orElseFun: (T, T) => T) extends ConfigMonoid[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigMonoid[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def orElse(main: T, defaults: T): T

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def sum(values: Seq[T]): T

Attributes

Inherited from:
ConfigMonoid