X - the type of parameterY - the type of return valuepublic static interface Lang.Bijection<X,Y> extends Lang.Function<X,Y>
See http://en.wikipedia.org/wiki/Bijection. A Bijection (mapping from X to Y is a special Lang.Function that has an inverse function by itself also a Bijection mapping from Y to X
| Modifier and Type | Method and Description |
|---|---|
Lang.Bijection<Y,X> |
invert()
Returns the inverse function mapping from
Y back to X |
applyLang.Bijection<Y,X> invert()
Returns the inverse function mapping from Y back to X
Y type element to X type elementCopyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.