Interface ServiceInvocation.ServiceSupplier<T>

Type Parameters:
T - the result type
Enclosing class:
ServiceInvocation<T>
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 static interface ServiceInvocation.ServiceSupplier<T>
A functional supplier interface used for providing the response object of a retrofit call.
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Response<T>
    get()