Batchable

trait Batchable[T[_]]
class Object
trait Matchable
class Any

Type members

Types

type E
type Z

Value members

Abstract methods

def batch[X, Y](t1: T[X], t2: T[Y]): Option[T[Z]]
def distribute(z: Z): List[E]