com.hazelcast.spi
Interface InternalCompletableFuture<E>

Type Parameters:
E -
All Superinterfaces:
Future<E>, ICompletableFuture<E>

public interface InternalCompletableFuture<E>
extends ICompletableFuture<E>

A ICompletableFuture with more functionality like getting the result without needing to deal with checked exceptions.


Method Summary
 E getSafely()
           
 
Methods inherited from interface com.hazelcast.core.ICompletableFuture
andThen, andThen
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 

Method Detail

getSafely

E getSafely()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.