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