类 StackClosureContext<T>
- 所有已实现的接口:
ClosureContext<T>
- 直接已知子类:
MapClosureContext
public class StackClosureContext<T>
extends AbstractClosureContext<Stack<T>>
implements ClosureContext<T>
Created by davidoff shen on 2016-09-04.
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.coodex.closure.AbstractClosureContext
get, getVariant
-
构造器详细资料
-
StackClosureContext
public StackClosureContext()
-
-
方法详细资料
-
contains
-
get
从接口复制的说明:ClosureContext获取上下文中的变量值- 指定者:
get在接口中ClosureContext<T>- 返回:
- 获取上下文中的变量值
-
call
从接口复制的说明:ClosureContext带着上下文数据执行带返回值的方法- 指定者:
call在接口中ClosureContext<T>- 参数:
var- 上下文数据supplier- supplier- 返回:
- supplier.get()
-