クラスの使用
org.springframework.boot.util.LambdaSafe.InvocationResult
LambdaSafe.InvocationResult を使用するパッケージ
org.springframework.boot.util 内の LambdaSafe.InvocationResult 使用
修飾子と型メソッド説明protected final <R> LambdaSafe.InvocationResult<R> LambdaSafe.LambdaSafeCallback.invoke(C callbackInstance, SupplierSE<@Nullable R> supplier) <R> LambdaSafe.InvocationResult<R> LambdaSafe.Callback.invokeAnd(FunctionSE<C, @Nullable R> invoker) コールバックメソッドが結果を返すコールバックインスタンスを呼び出します。static <R> LambdaSafe.InvocationResult<R> LambdaSafe.InvocationResult.noResult()結果がないことを表すLambdaSafe.InvocationResultインスタンスを返します。static <R> LambdaSafe.InvocationResult<R> LambdaSafe.InvocationResult.of(@Nullable R value) 指定された値で新しいLambdaSafe.InvocationResultインスタンスを作成します。