Success

clam.dispatch.Result$.Success
final case class Success[+A](a: A)

Members list

Concise view

Value members

Inherited methods

def isOk: Boolean

Attributes

Inherited from:
Result
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product