Batchable

org.atnos.eff.Batchable
trait Batchable[T[_]]

Attributes

Source:
Batch.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type E

Attributes

Source:
Batch.scala
type Z

Attributes

Source:
Batch.scala

Value members

Abstract methods

def batch[X, Y](t1: T[X], t2: T[Y]): Option[T[Z]]

Attributes

Source:
Batch.scala
def distribute(z: Z): List[E]

Attributes

Source:
Batch.scala