CompletableFuture.Join Method

Definition

Returns the result value when complete, or throws an (unchecked) exception if completed exceptionally.

[Android.Runtime.Register("join", "()Ljava/lang/Object;", "GetJoinHandler", ApiSince=24)]
public virtual Java.Lang.Object? Join ();
[<Android.Runtime.Register("join", "()Ljava/lang/Object;", "GetJoinHandler", ApiSince=24)>]
abstract member Join : unit -> Java.Lang.Object
override this.Join : unit -> Java.Lang.Object

Returns

Object

the result value

Attributes

Remarks

Java documentation for java.util.concurrent.CompletableFuture.join().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to