Interface DAThrowingSupplier<T>

Type Parameters:
T - the type of results supplied by this supplier.
All Superinterfaces:
Serializable
All Known Implementing Classes:
DALazy
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 DAThrowingSupplier<T> extends Serializable
Represents a supplier of results that can raise DAException or DAValidateException.

This is a functional interface whose functional method is get().

  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Gets a result.