CommonUtils

object CommonUtils
class Object
trait Matchable
class Any

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])