Class JavaInterop
java.lang.Object
org.stianloader.picoresolve.internal.JavaInterop
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcodepointToString(int codepoint) static <T> @NotNull CompletableFuture<T>exceptionallyCompose(CompletableFuture<T> thiz, @NotNull Function<Throwable, CompletableFuture<T>> fn) static <T> @NotNull CompletableFuture<T>failedFuture(@NotNull Throwable t) static byte @NotNull []
-
Method Details
-
codepointToString
-
exceptionallyCompose
@NotNull public static <T> @NotNull CompletableFuture<T> exceptionallyCompose(CompletableFuture<T> thiz, @NotNull @NotNull Function<Throwable, CompletableFuture<T>> fn) -
failedFuture
@NotNull public static <T> @NotNull CompletableFuture<T> failedFuture(@NotNull @NotNull Throwable t) -
readAllBytes
- Throws:
IOException
-