ParamResult

sealed trait ParamResult[+T]
Companion:
object
class Object
trait Matchable
class Any
class Failure
class Success[T]

Value members

Concrete methods

def flatMap[V](f: T => ParamResult[V]): ParamResult[V]
def map[V](f: T => V): ParamResult[V]