object FunctionConverter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FunctionConverter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
InputDecoder[I] extends AnyRef
Type class which creates an input decoder for a given I Used to generate FunctionConverter
-
trait
OutputEncoder[O] extends AnyRef
Type class which creates an output encoder for O Used to generate FunctionConverter
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def genericDecoder[T, H](implicit g: Aux[T, H], d: InputDecoder[H]): InputDecoder[T]
- implicit def genericEncoder[T, H](implicit g: Aux[T, H], d: OutputEncoder[H]): OutputEncoder[T]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def hlistDecoder[H, T <: HList](implicit hd: InputDecoder[H], td: InputDecoder[T]): InputDecoder[::[H, T]]
- implicit def hlistEncoder[H, T <: HList](implicit he: OutputEncoder[H], te: OutputEncoder[T]): OutputEncoder[::[H, T]]
- implicit val hnilDecoder: InputDecoder[HNil]
- implicit val hnilEncoder: OutputEncoder[HNil]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def makeFunctionConverter[I, O](implicit i: InputDecoder[I], o: OutputEncoder[O]): FunctionConverter[I, O]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit
def
primitiveDecoder[T](implicit e: ValueEncoder[T]): InputDecoder[T]
Build an input decoder for primitive values.
-
implicit
def
primitiveEncoder[T](implicit e: ValueEncoder[T]): OutputEncoder[T]
Build an output encoder for primitive types.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )