Package io.sundr
Class FunctionFactory<X,Y>
java.lang.Object
io.sundr.FunctionFactory<X,Y>
- All Implemented Interfaces:
Function<X,Y>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <X,Y> FunctionFactory<X, Y> withFallback(Function<X, Y> fallback) withFallbackPredicate(Predicate<X> fallbackPredicate) withMaximumNestingDepth(int maximumNestingDepth) withMaximumRecursionLevel(int maximumRecursionLevel) static <X,Y> FunctionFactory<X, Y>