DataSource

hxl.DataSource$
See theDataSource companion trait
object DataSource

Attributes

Companion
trait
Source
DataSource.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DataSource.type

Members list

Value members

Concrete methods

def from[F[_], K, V](key: DSKey[K, V])(f: NonEmptyList[K] => F[Map[K, V]]): DataSource[F, K, V] { type K2 = K; }

Attributes

Source
DataSource.scala
def full[F[_], K, K2, V](key: DSKey[K, V])(getKey: K => K2)(f: NonEmptyList[K] => F[Map[K2, V]]): DataSource[F, K, V] { type K2 = K2; }

Attributes

Source
DataSource.scala
def void[F[_] : Functor, K](key: DSKey[K, Unit])(f: NonEmptyList[K] => F[Unit]): DataSource[F, K, Unit]

Attributes

Source
DataSource.scala