hxl
0.2.1
hxl
API
hxl
DSKey
DSKey
DataSource
DataSource
Hxl
Hxl
Bind
Done
LiftF
HxlM
HxlM
Requests
Requests
Ap
DSMap
Lift
Pure
instances
hxlm
parallel
sequential
parallel
hxl
/
hxl
/
DataSource
DataSource
hxl.DataSource$
See the
DataSource
companion trait
object
DataSource
Attributes
Companion
trait
Source
DataSource.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
DataSource
.type
Members list
Clear all
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
In this article
Attributes
Members list
Value members
Concrete methods