ParamMap

works.iterative.service.payment.impl.comgate.ParamMap
case class ParamMap(params: Seq[(String, String)])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def boolean(key: String): Validation[String, Boolean]
def get(key: String): Option[String]
def int(key: String): Validation[String, Int]
def nonEmpty(key: String): Validation[String, String]
def optional(key: String): Validation[Nothing, Option[String]]
def required(key: String): Validation[String, String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product