Package

zenith

bot

Permalink

package bot

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Action[Z[_], ClientState] extends AnyRef

    Permalink

    Action

  2. abstract class ActionT[Z[_], ClientState, TRequest, TResponse] extends Action[Z, ClientState]

    Permalink
  3. final case class Assertion[Z[_], ClientState, TRequest, TResponse](parent: ActionT[Z, ClientState, TRequest, TResponse], fn: Method)(implicit evidence$1: Context[Z]) extends Product with Serializable

    Permalink

    Assertion

  4. abstract class Bot[Z[_], ClientState] extends AnyRef

    Permalink

    Bot

  5. sealed trait Result extends AnyRef

    Permalink

    Result

Value Members

  1. object ActionT

    Permalink
  2. object Failed extends Result

    Permalink
  3. object Passed extends Result

    Permalink
  4. object Result

    Permalink

Ungrouped