Uses of Interface
org.storynode.pigeon.protocol.ThrowingSupplier
Packages that use ThrowingSupplier
Package
Description
Static classes exposing functions
Types representing the outcome of some operations
-
Uses of ThrowingSupplier in org.storynode.pigeon.function
Methods in org.storynode.pigeon.function with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionNeverThrow.executing(ThrowingSupplier<T> func) Runs the given function and returns aResultwith the function returned value -
Uses of ThrowingSupplier in org.storynode.pigeon.result
Methods in org.storynode.pigeon.result with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionResult.of(ThrowingSupplier<T> fn) Constructs a newResultby using the provided function return value.