public class CoalescingBlockedCallsReference<T> extends Object
Modifier and Type | Method and Description |
---|---|
T |
get() |
static CoalescingBlockedCallsReference<Void> |
make(Runnable runnable) |
static <T> CoalescingBlockedCallsReference<T> |
make(Supplier<T> supplier) |
public T get() throws ExecutionException, InterruptedException
public static <T> CoalescingBlockedCallsReference<T> make(Supplier<T> supplier)
public static CoalescingBlockedCallsReference<Void> make(Runnable runnable)
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.