CoLookup

aptus.aptmisc.CoLookup
See theCoLookup companion class
object CoLookup

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CoLookup.type

Members list

Value members

Concrete methods

def forceDoubleLookup[Z, A, B](z: CloseabledIterator[Z])(f1: Z => A, f2: Z => B): (Map[A, B], Map[B, A])
def forceDoubleLookup[Z, A, B](z: Iterator[Z])(f1: Z => A, f2: Z => B): (Map[A, B], Map[B, A])
def forceLookup1[Z, A, B](z: Iterator[Z])(f1: Z => A, f2: Z => B): Map[A, B]
def forceLookup1[Z, A, B](z: CloseabledIterator[Z])(f1: Z => A, f2: Z => B): Map[A, B]
def forceLookup2[Z, A, B](z: Iterator[Z])(f1: Z => A, f2: Z => B): Map[A, Seq[B]]
def forceLookup2[Z, A, B](z: CloseabledIterator[Z])(f1: Z => A, f2: Z => B): Map[A, Seq[B]]