Interface Function1Single<T1,​TResult>

  • Type Parameters:
    T1 - The type of the first parameter to the callback.

    public interface Function1Single<T1,​TResult>
    A callback that takes one parameter.
    • Method Detail

      • invoke

        io.reactivex.rxjava3.core.Single<TResult> invoke​(T1 param1)