Interface ConditionalSubscriber<T>

    • Method Detail

      • tryOnNext

        boolean tryOnNext​(@NonNull
                          @NonNull T t)
        Conditionally takes the value.
        Parameters:
        t - the value to deliver
        Returns:
        true if the value has been accepted, false if the value has been rejected and the next value can be sent immediately