public interface IISO<Main,Child> extends ILens<Main,Child>
| Modifier and Type | Method and Description |
|---|---|
<GrandChild> |
chainIso(IISO<Child,GrandChild> t) |
Child |
get(Main main) |
static <T> IISO<T,T> |
identity() |
static <Main,Child> |
of(Function<Main,Child> get,
Function<Child,Main> reverseGet) |
Main |
reverseGet(Child child) |
chainOptional, merge, of, optGet, optSetandThen, chainTraversal, filter, forEach, fromCollectionLens, fromListLens, fromStreamLens, listTraversal, modify, ofCopyright © 2023. All rights reserved.