public interface Completable
complete()
waits for the task to complete or fails.Modifier and Type | Field and Description |
---|---|
static Completable |
EMPTY_COMPLETABLE |
Modifier and Type | Method and Description |
---|---|
void |
complete() |
static final Completable EMPTY_COMPLETABLE
void complete() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.