| Package | Description |
|---|---|
| one.xingyi.optics |
| Modifier and Type | Method and Description |
|---|---|
static <T> IISO<T,T> |
IISO.identity() |
static <Main,Child> |
IISO.of(Function<Main,Child> get,
Function<Child,Main> reverseGet) |
| Modifier and Type | Method and Description |
|---|---|
<GrandChild> |
IISO.chainIso(IISO<Child,GrandChild> t) |
<Child2,Merged> |
IFold.merge(IFold<Main,Child2> other,
IISO<Tuple2<Child,Child2>,Merged> iso) |
<Merged,Child2> |
ILens.merge(ILens<Main,Child2> other,
IISO<Tuple2<Child,Child2>,Merged> iso) |
<Merged,Child2> |
IOptional.merge(IOptional<Main,Child2> other,
IISO<Tuple2<Child,Child2>,Merged> iso) |
Copyright © 2023. All rights reserved.