org.cvogt

action

package action

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Action[T, +R] extends (T) ⇒ R

    Abstract type for Actions.

    Abstract type for Actions. Allows separation of execution logic and resource usage management logic from composition logic.

    T

    Context type

    R

    Result type

  2. trait ActionCompanion extends AnyRef

  3. abstract class AsyncAction[T, +R] extends (T) ⇒ Future[R]

Value Members

  1. package slick

Ungrouped