Interface BeanDefinitionRegistrar.ThrowableSupplier<T>

Type Parameters:
T - the type of results supplied by this supplier
All Superinterfaces:
Supplier<T>
Enclosing class:
BeanDefinitionRegistrar

public static interface BeanDefinitionRegistrar.ThrowableSupplier<T> extends Supplier<T>
A Supplier that allows to invoke code that throws a checked exception.
Author:
Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    get()