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

Members list

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