ArrayDsl

trait ArrayDsl[A] extends DslBase[Int, A]
trait DslBase[Int, A]
class Object
trait Matchable
class Any

Value members

Abstract methods

def to[V >: Null](ok: A => V, ko: Int => V)(implicit evidence$5: ClassTag[V]): Int => V

Inherited methods

protected def iterator(): Iterator[(Int, A)]
Inherited from
DslBase
def toEither[E](e: Int => E): Int => Either[E, A]
Inherited from
DslBase
def toEitherWithHelp[H, E](h: A => String, sep: String)(e: (Int, String) => E): Int => Either[E, A]
Inherited from
DslBase
def toOption: Int => Option[A]
Inherited from
DslBase
def total: Int => A
Inherited from
DslBase