toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-core
/
org.http4k.lens
/
LensSet
Lens
Set
class
LensSet
<
IN
,
in
OUT
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
operator
fun
invoke
(
name
:
String
)
:
(
List
<
OUT
>
,
IN
)
->
IN
map
Link copied to clipboard
fun
<
NEXT
>
map
(
nextFn
:
(
NEXT
)
->
OUT
)
:
LensSet
<
IN
,
NEXT
>