DslBase

trait DslBase[@specialized(Int) K, V]
class Object
trait Matchable
class Any
trait ArrayDsl[A]
trait EmptyBase[K, V]
trait Dsl[K, V]

Value members

Abstract methods

protected def iterator(): Iterator[(K, V)]
def toEither[E](e: K => E): K => Either[E, V]
def toOption: K => Option[V]
def total: K => V

Concrete methods

def toEitherWithHelp[H, E](h: V => String, sep: String)(e: (K, String) => E): K => Either[E, V]