object ActionFunction

Source
actionBuilder.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionFunction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def flowViaEither[I, M, O, E, Mat1, Mat2, Mat3](flow1: Flow[I, Either[E, M], Mat1], flow2: Flow[M, Either[E, O], Mat2])(combine: (Mat1, Mat2) => Mat3): Flow[I, Either[E, O], Mat3]

    Flow for short circuiting eithers.

  2. def identity[M[_], E]: ActionFunction[M, M, E]