SeqUtil

frawa.typedjson.util.SeqUtil$
object SeqUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SeqUtil.type

Members list

Concise view

Value members

Concrete methods

def combineAllLefts[E, V](as: Seq[Either[E, V]])(combine: (E, E) => E): Either[E, Seq[V]]
def debugTraceValue[T](title: String): T => T
def sequenceAllLefts[E, V](as: Seq[Either[E, V]]): Either[Seq[E], Seq[V]]