Package org.goplanit.utils.function
Function utility classes
-
Interface Summary Interface Description PlanitExceptionConsumer<T> Allows for a consumer interface that throws PlanitExceptionsPlanitExceptionFunction<T,R> Allows for a functional interface that throws PlanitExceptions -
Class Summary Class Description NullaryDoubleSupplier Lightweight Nullaryfunction implementation to supply doubles in the form of aNullaryFunction<Double>
compatible with OjAlgo