-
- All Superinterfaces:
QueryValue<Function>
,Supplier<Function>
public interface FunctionQueryValue extends QueryValue<Function>
AFunction
asQueryValue
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ValueType
getType()
Returns a value type
-
-
-
Method Detail
-
getType
default ValueType getType()
Description copied from interface:QueryValue
Returns a value type- Specified by:
getType
in interfaceQueryValue<Function>
- Returns:
- a value type
-
-