package functional
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
FunctionConverter[I, O] extends AnyRef
Type class, which helps converting a Scala Function into a function working on encoded elements.
Type class, which helps converting a Scala Function into a function working on encoded elements.
The generation is done using Shapeless type class magic.
- case class FunctionType(input: DataType, output: DataType) extends Product with Serializable
Value Members
- object FunctionConverter
- object FunctionType extends Serializable