object QueryParamDecoder
- Source
- QueryParam.scala
- Alphabetic
- By Inheritance
- QueryParamDecoder
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply[T](implicit ev: QueryParamDecoder[T]): QueryParamDecoder[T]
summon an implicit QueryParamDecoder
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val booleanQueryParamDecoder: QueryParamDecoder[Boolean]
- implicit val charQueryParamDecoder: QueryParamDecoder[Char]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def decodeBy[T, U](f: (U) ⇒ T)(implicit arg0: QueryParamDecoder[U]): QueryParamDecoder[T]
- implicit val doubleQueryParamDecoder: QueryParamDecoder[Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit val floatQueryParamDecoder: QueryParamDecoder[Float]
- def fromUnsafeCast[T](cast: (QueryParameterValue) ⇒ T)(typeName: String): QueryParamDecoder[T]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- implicit val intQueryParamDecoder: QueryParamDecoder[Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val longQueryParamDecoder: QueryParamDecoder[Long]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- implicit val shortQueryParamDecoder: QueryParamDecoder[Short]
- implicit val stringQueryParamDecoder: QueryParamDecoder[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )