Batch

org.atnos.eff.Batch
See theBatch companion object
trait Batch

This trait provides a way to rewrite applicative effects when there is an operation allowing the batching of some effects based on the Batchable typeclass

Attributes

Companion:
object
Source:
Batch.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Batch.type
object all.type
object batch.type
object interpret.type

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
Batch.scala