| Package | Description |
|---|---|
| one.xingyi.optics | |
| one.xingyi.tuples |
| Modifier and Type | Method and Description |
|---|---|
<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) |
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> Tuple2<T1,T2> |
Tuple2.of(T1 t1,
T2 t2) |
Copyright © 2023. All rights reserved.