plain

oxygen.ui.web.PageCodec.query.plain
object plain

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
plain.type

Members list

Value members

Concrete methods

def manyOptional[A : PlainTextSchema](key: String): PageCodec[NonEmptyList[A]]
def manyRequired[A : PlainTextSchema](key: String): PageCodec[List[A]]
def optional[A : PlainTextSchema](key: String): PageCodec[Option[A]]
def required[A : PlainTextSchema](key: String): PageCodec[A]