public interface InvertibleFunction<D,R> extends RetractableFunction<D,R>, SectionableFunction<D,R>
D
invert(R arg)
retract
section
andThen, apply, compose, identity
D invert(R arg)
see also the complete user documentation .