Interface ObjectFactoryE<T,Ex extends Throwable>

Type Parameters:
Ex - An arbitrary exception type that may be thrown
All Known Subinterfaces:
ObjectFactory<T>
All Known Implementing Classes:
AutoObjectFactory, ObjectFactories.Object
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ObjectFactoryE<T,Ex extends Throwable>
Creates instances of objects of the generics type from a result set.
Author:
AO Industries, Inc.