A - the type from which we are translatingB - the type to which we are translatingpublic interface InvertibleFunction<A,B> extends Function<A,B>
| Modifier and Type | Method and Description |
|---|---|
InvertibleFunction<B,A> |
inverse()
The inverse of the defined function
|
InvertibleFunction<B,A> inverse()
Copyright © 2013–2023 DuraSpace, Inc.. All rights reserved.