インタフェースの使用
org.nkjmlab.sorm4j.util.Try.ThrowableSupplier
-
Try.ThrowableSupplierを使用しているパッケージ パッケージ 説明 org.nkjmlab.sorm4j.util -
-
org.nkjmlab.sorm4j.utilでのTry.ThrowableSupplierの使用
Try.ThrowableSupplier型のパラメータを持つorg.nkjmlab.sorm4j.utilのメソッド 修飾子とタイプ メソッド 説明 static <T> Supplier<T>Try. createSupplier(Try.ThrowableSupplier<T> onTry, Function<Throwable,T> onCatch)static <T,X extends RuntimeException>
Supplier<T>Try. createSupplierWithThrow(Try.ThrowableSupplier<T> onTry, Function<Throwable,? extends X> ex)static <T> TTry. getOrNull(Try.ThrowableSupplier<T> onTry)static <T,X extends RuntimeException>
TTry. getOrThrow(Try.ThrowableSupplier<T> onTry, Function<Throwable,? extends X> ex)
-