A - the type from which we are translatingB - the type to which we are translatingpublic interface Converter<A,B> extends InvertibleFunction<A,B>, DomainRestrictedFunction<A,B>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
inRange(B b)
Whether the value is in the range of this function
|
Converter<B,A> |
inverse()
The inverse of the defined function
|
inDomaindefault boolean inRange(B b)
b - a result of the converter functionConverter<B,A> inverse()
InvertibleFunctioninverse in interface InvertibleFunction<A,B>Copyright © 2013–2023 DuraSpace, Inc.. All rights reserved.