A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/play/api/libs/iteratee/Step$.html below:

Step - play.api.libs.iteratee.Step

Type Members
  1. case class Cont[E, +A](k: (Input[E]) ⇒ Iteratee[E, A]) extends Step[E, A] with Product with Serializable

    A continuing state of an iteratee.

    A continuing state of an iteratee.

    k

    A function that can receive input for the iteratee to process.

  2. case class Done[+A, E](a: A, remaining: Input[E]) extends Step[E, A] with Product with Serializable

    A done state of an iteratee

    A done state of an iteratee

    a

    The value that the iteratee has consumed

    remaining

    The remaining input that the iteratee received but didn't consume

  3. case class Error[E](msg: String, input: Input[E]) extends Step[E, Nothing] with Product with Serializable

    An error state of an iteratee

    An error state of an iteratee

    msg

    The error message

    input

    The remaining input that the iteratee received but didn't consume


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4