Java com.google.common.util.concurrent ValueFuture fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.util.concurrent ValueFuture fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.util.concurrent ValueFuture.

The text is from its open source code.

Method

ValueFuturecreate()
Creates a new ValueFuture in the default state.
booleanset(V newValue)
Sets the value of this future.
booleansetException(Throwable t)
Sets the future to having failed with the given exception.