Packages

p

ai.mantik.ds

functional

package functional

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. case class FunctionType(input: DataType, output: DataType) extends Product with Serializable

Value Members

  1. object FunctionConverter
  2. object FunctionType extends Serializable

Ungrouped