Success

case class Success[+V, +A](s: V, a: A) extends ActionResultF[V, A, Nothing, Nothing]
trait Serializable
trait Product
trait Equals
trait ActionResultF[V, A, Nothing, Nothing]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def retry: Boolean
Inherited from:
ActionResultF