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]

Attributes

Source
DataSource.scala
def full[F[_], K, V](key: DSKey[K, V])(f: NonEmptyList[K] => F[Map[K, V]])(optimization: Option[Unit <:< V]): DataSource[F, K, V]

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