|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavafx.reflect.ValueRef
javafx.reflect.FunctionValueRef
public abstract class FunctionValueRef
A mirror of a function value.
Constructor Summary | |
---|---|
protected |
FunctionValueRef()
|
Method Summary | |
---|---|
abstract ValueRef |
apply(ValueRef... arg)
Invoke this function. |
abstract FunctionTypeRef |
getType()
Get the run-time type of this value. |
Methods inherited from class javafx.reflect.ValueRef |
---|
getItem, getItemCount, isNull |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected FunctionValueRef()
Method Detail |
---|
public abstract ValueRef apply(ValueRef... arg)
public abstract FunctionTypeRef getType()
getType
in class ValueRef
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |