screening-generic
screening-generic
io.hireproof.screening.generic
Cursor
Cursor
Failure
Ops
Success
Success
Value
CursorValidation
CursorValidation
screening-generic
/
io.hireproof.screening.generic
/
Cursor
/
Ops
Ops
final implicit implicit
class
Ops
[
F
[
_
],
A
](
cursor:
Cursor
[
F
,
A
])(
implicit
F:
Traverse
[
F
])
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
collection
[
G
[
_
],
T
](
implicit
ev:
A
=:=
G
[
T
],
G:
Traverse
[
G
]):
Cursor
[[
a
]
=>>
F
[
G
[
a
]],
T
]
def
collection
[
G
[
_
] :
Traverse
,
T
](
name:
String
,
select:
A
=>
G
[
T
]):
Cursor
[[
a
]
=>>
F
[
G
[
a
]],
T
]
def
option
[
T
](
implicit
ev:
A
<:<
Option
[
T
]):
Cursor
[[
a
]
=>>
F
[
Option
[
a
]],
T
]
def
option
[
T
](
name:
String
,
select:
A
=>
Option
[
T
]):
Cursor
[[
a
]
=>>
F
[
Option
[
a
]],
T
]
def
unindexedCollection
[
G
[
_
],
T
](
implicit
ev:
A
=:=
G
[
T
],
G:
Traverse
[
G
]):
Cursor
[[
a
]
=>>
F
[
G
[
a
]],
T
]