public interface Iso<A,B>
| Modifier and Type | Method and Description |
|---|---|
default <C> Iso<A,C> |
compose(Iso<B,C> iso) |
B |
get(A a) |
static <A> Iso<A,A> |
identity() |
default Function<A,A> |
modify(Function<B,B> f) |
default Iso<B,A> |
reverse() |
A |
reverseGet(B b) |
Copyright © 2015–2017. All rights reserved.