Uses of Interface
com.vladris.maki.ThrowingSupplier
-
Packages that use ThrowingSupplier Package Description com.vladris.maki -
-
Uses of ThrowingSupplier in com.vladris.maki
Methods in com.vladris.maki with parameters of type ThrowingSupplier Modifier and Type Method Description static <T> Error<T>
Error. make(ThrowingSupplier<T> supplier)
Makes an Error from the given ThrowingSupplier.
-