Tabnine Logo
ForwardingCheckedFuture
Code IndexAdd Tabnine to your IDE (free)

How to use
ForwardingCheckedFuture
in
com.google.common.util.concurrent

Best Java code snippets using com.google.common.util.concurrent.ForwardingCheckedFuture (Showing top 20 results out of 315)

origin: google/guava

@CanIgnoreReturnValue
@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: google/guava

@CanIgnoreReturnValue
@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: google/j2objc

@CanIgnoreReturnValue
@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: google/j2objc

@CanIgnoreReturnValue
@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: wildfly/wildfly

@CanIgnoreReturnValue
@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: wildfly/wildfly

@CanIgnoreReturnValue
@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: at.bestsolution.efxclipse.eclipse/com.google.guava

@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: org.hudsonci.lib.guava/guava

@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: com.google.guava/guava-jdk5

@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: org.sonatype.sisu/sisu-guava

@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: org.kill-bill.billing/killbill-osgi-bundles-jruby

@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: Nextdoor/bender

@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: at.bestsolution.efxclipse.eclipse/com.google.guava

@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: com.ning.billing/killbill-osgi-bundles-jruby

@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: com.ning.billing/killbill-osgi-bundles-analytics

@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: org.sonatype.sisu/sisu-guava

@Override
public V checkedGet() throws X {
 return delegate().checkedGet();
}
origin: com.google.guava/guava-jdk5

@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: com.diffplug.guava/guava-concurrent

@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
  return delegate().checkedGet(timeout, unit);
}
origin: org.hudsonci.lib.guava/guava

@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
origin: com.ning.billing/killbill-osgi-bundles-jruby

@Override
public V checkedGet(long timeout, TimeUnit unit) throws TimeoutException, X {
 return delegate().checkedGet(timeout, unit);
}
com.google.common.util.concurrentForwardingCheckedFuture

Javadoc

A future which forwards all its method calls to another future. Subclasses should override one or more methods to modify the behavior of the backing future as desired per the decorator pattern.

Most subclasses can simply extend SimpleForwardingCheckedFuture.

Most used methods

  • delegate

Popular in Java

  • Updating database using SQL prepared statement
  • onCreateOptionsMenu (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • getSystemService (Context)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now