close
The Wayback Machine - https://web.archive.org/web/20161107123459/https://developer.android.com/reference/android/renderscript/ScriptGroup.Future.html
Skip to content

Most visited

Recently visited

navigation

ScriptGroup.Future

public static final class ScriptGroup.Future
extends Object

java.lang.Object
   ↳ android.renderscript.ScriptGroup.Future


An opaque class for futures

A future represents an output of a closure, either the return value of the function, or the value of a global variable written by the function. A future is created by calling the getReturn() or getGlobal(Script.FieldID) method.

Summary

Inherited methods

From class java.lang.Object
This site uses cookies to store your preferences for site-specific language and display options.

Hooray!

This class requires API level or higher

This doc is hidden because your selected API level for the documentation is . You can change the documentation API level with the selector above the left navigation.

For more information about specifying the API level your app requires, read Supporting Different Platform Versions.