BatchOps

org.atnos.eff.syntax.BatchOps
final class BatchOps[R, A](e: Eff[R, A]) extends AnyVal

Attributes

Source:
batch.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
batch.scala