batch

org.atnos.eff.package$.batch$
object batch extends Batch

Attributes

Source:
package.scala
Graph
Supertypes
trait Batch
class Object
trait Matchable
class Any
Self type
batch.type

Members list

Concise view

Value members

Inherited methods

def batch[R, T[_], A](eff: Eff[R, A])(implicit batchable: Batchable[T], m: MemberInOut[T, R]): Eff[R, A]

Attributes

Inherited from:
Batch
Source:
Batch.scala