Uses of Class
org.oasisopen.odata.csdl.v4.TFunction
-
Packages that use TFunction Package Description com.github.davidmoten.odata.client.generator com.github.davidmoten.odata.client.generator.model org.oasisopen.odata.csdl.v4 -
-
Uses of TFunction in com.github.davidmoten.odata.client.generator
Methods in com.github.davidmoten.odata.client.generator with parameters of type TFunction Modifier and Type Method Description SchemaNames. getSchema(TFunction function) -
Uses of TFunction in com.github.davidmoten.odata.client.generator.model
Constructors in com.github.davidmoten.odata.client.generator.model with parameters of type TFunction Constructor Description Function(TFunction function, Names names) -
Uses of TFunction in org.oasisopen.odata.csdl.v4
Methods in org.oasisopen.odata.csdl.v4 that return TFunction Modifier and Type Method Description TFunctionObjectFactory. createTFunction()Create an instance ofTFunction
-