CommonUtils

es.weso.utils.CommonUtils$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def mapFun[A, B, C](v: (A, Either[B, C])): Either[(A, B), (A, C)]
def setPartitionMap[A, A1, A2](ls: Set[A])(f: A => Either[A1, A2]): (Set[A1], Set[A2])