Packages

package eff

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. eff
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type /=[M[_], R] = MemberInOut[M, R]
  2. type <=[M[_], R] = Member[M, R]
  3. trait Batch extends AnyRef

    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

  4. trait Batchable[T[_]] extends AnyRef
  5. type |=[M[_], R] = MemberIn[M, R]

Value Members

  1. object Batch extends Batch

Inherited from AnyRef

Inherited from Any

Ungrouped