Package de.xima.fc.stage
package de.xima.fc.stage
-
ClassDescriptionA resource
consumer
that closes an opened resource and may throw an exception in doing so.A function that opens a resource and may throw an exception in doing so.A factory for creating newStageChain
instances with a particular configuration.A set of named variables that can grow over time.A set of one local variables.LocalVariables.L2<X1,X2> A set of two local variables.LocalVariables.L3<X1,X2, X3> A set of three local variables.LocalVariables.L4<X1,X2, X3, X4> A set of four local variables.LocalVariables.L5<X1,X2, X3, X4, X5> A set of five local variables.LocalVariables.L6<X1,X2, X3, X4, X5, X6> A set of six local variables.LocalVariables.L7<X1,X2, X3, X4, X5, X6, X7> A set of seven local variables.LocalVariables.L8<X1,X2, X3, X4, X5, X6, X7, X8> A set of eight local variables.LocalVariables.L9<X1,X2, X3, X4, X5, X6, X7, X8, X9> A set of nine local variables.StageChain<T,R> Decorates aCompletableFuture
and introduces the idea of an eventual return value that one wishes to obtain eventually.Utility methods forCompletionStage
s andCompletableFuture
s.AFunction
which may throw a checked exception.Utility methods forStageChain
s.