Interface SupplierWithApiException<T>

Type Parameters:
T - the type returned by the supplier.
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @API(status=INTERNAL) public interface SupplierWithApiException<T>
Functional interface which supplies a T object and may throw an ApiException.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get() throws com.symphony.bdk.http.api.ApiException
      Throws:
      com.symphony.bdk.http.api.ApiException