Package eu.bandm.tools.ops
Interface InvertibleFunction<D,R>
- All Superinterfaces:
Function<D,
,R> RetractableFunction<D,
,R> SectionableFunction<D,
R>
- All Known Implementing Classes:
AbstractInvertibleFunction
One of three kinds a function can be invertible.
- See Also:
-
Method Summary
Methods inherited from interface eu.bandm.tools.ops.RetractableFunction
retract
Methods inherited from interface eu.bandm.tools.ops.SectionableFunction
section
-
Method Details
-
invert
invert . apply == apply . invert == id
-