Uses of Interface
org.frankframework.functional.ThrowingSupplier
Packages that use ThrowingSupplier
Package
Description
-
Uses of ThrowingSupplier in org.frankframework.functional
Methods in org.frankframework.functional with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionstatic <T, E extends Exception>
TFunctionalUtil.throwingLambda(ThrowingSupplier<T, E> f) Allow a Lambda function to throw an exception in places where a checked exception is not expected, such as lambda functions in Streams. -
Uses of ThrowingSupplier in org.frankframework.jdbc.migration
Methods in org.frankframework.jdbc.migration with parameters of type ThrowingSupplierModifier and TypeMethodDescriptionprotected List<liquibase.resource.Resource> LiquibaseResourceAccessor.asResourceList(String path, URI uri, ThrowingSupplier<InputStream, IOException> inputStreamSupplier) -
Uses of ThrowingSupplier in org.frankframework.stream
Constructors in org.frankframework.stream with parameters of type ThrowingSupplierModifierConstructorDescriptionprotectedMessage(ThrowingSupplier<InputStream, Exception> request, MessageContext context, Class<?> requestClass) Constructor for Message using InputStream supplier.