Uses of Interface
eu.bandm.tools.ops.SectionableFunction
Packages that use SectionableFunction
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of SectionableFunction in eu.bandm.tools.ops
Subinterfaces of SectionableFunction in eu.bandm.tools.opsModifier and TypeInterfaceDescriptioninterface
InvertibleFunction<D,
R> One of three kinds a function can be invertible.Classes in eu.bandm.tools.ops that implement SectionableFunctionModifier and TypeClassDescriptionclass
Generic implementation forRetractableFunction.retract(R)
andsection(R)
, when a generalInvertibleFunction.invert(R)
is given.Methods in eu.bandm.tools.ops that return SectionableFunctionModifier and TypeMethodDescriptionstatic <A,
B, C> SectionableFunction <A, C> SpecialFunctions.compose
(SectionableFunction<A, B> inner, SectionableFunction<B, C> outer) static <A,
B> SectionableFunction <B, A> SpecialFunctions.inverse
(RetractableFunction<A, B> fun) Methods in eu.bandm.tools.ops with parameters of type SectionableFunctionModifier and TypeMethodDescriptionstatic <A,
B, C> SectionableFunction <A, C> SpecialFunctions.compose
(SectionableFunction<A, B> inner, SectionableFunction<B, C> outer) static <A,
B> RetractableFunction <B, A> SpecialFunctions.inverse
(SectionableFunction<A, B> fun)