加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20150905202123/http://developer.android.com/reference/android/renderscript/ScriptGroup.Future.html
Android APIs
public static final class

ScriptGroup.Future

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

Class Overview

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

[Expand]
Inherited Methods
From class java.lang.Object