Interface BoundFunction<BindingT,ResultT>
- Type Parameters:
BindingT
- The type the function is bound to.ResultT
- The type this function returns.
- All Superinterfaces:
BoundOperation<BindingT,
ResultT>
- All Known Subinterfaces:
BoundFunction.Composable<BindingT,
ResultT>
- All Known Implementing Classes:
BoundFunction.CollectionToCollection
,BoundFunction.CollectionToCollectionComplex
,BoundFunction.CollectionToCollectionEntity
,BoundFunction.CollectionToCollectionEntity.Composable
,BoundFunction.CollectionToCollectionPrimitive
,BoundFunction.CollectionToSingle
,BoundFunction.CollectionToSingleComplex
,BoundFunction.CollectionToSingleEntity
,BoundFunction.CollectionToSingleEntity.Composable
,BoundFunction.CollectionToSinglePrimitive
,BoundFunction.SingleToCollection
,BoundFunction.SingleToCollectionComplex
,BoundFunction.SingleToCollectionEntity
,BoundFunction.SingleToCollectionEntity.Composable
,BoundFunction.SingleToCollectionPrimitive
,BoundFunction.SingleToSingle
,BoundFunction.SingleToSingleComplex
,BoundFunction.SingleToSingleEntity
,BoundFunction.SingleToSingleEntity.Composable
,BoundFunction.SingleToSinglePrimitive
Interface representing a function bound to a specific type.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Specificfunction
operating on a collection of elements returning a collection of elements.static class
Specificfunction
operating on a collection of elements and returning a collection of complex objects.static class
Specificfunction
operating on a collection of elements and returning a collection of entities.static class
Specificfunction
operating on a collection of elements and returning a collection of primitives.static class
Specificfunction
operating on a collection of elements returning a single element.static class
Specificfunction
operating on a collection of elements and returning a complex object.static class
Specificfunction
operating on a collection of elements and returning an entity.static class
Specificfunction
operating on a collection of elements and returning a primitive.static interface
Interface representing a composable bound functionstatic class
Specificfunction
operating on a single element returning a collection of elements.static class
Specificfunction
operating on a single element and returning a collection of complex objects.static class
Specificfunction
operating on a single element and returning a collection of entities.static class
Specificfunction
operating on a single element and returning a collection of primitives.static class
Specificfunction
operating on a single element returning a single element.static class
Specificfunction
operating on a single element and returning a complex type.static class
Specificfunction
operating on a single element and returning an entity.static class
Specificfunction
operating on a single element and returning a primitive. -
Method Summary
Modifier and TypeMethodDescriptionThe parameters this function is invoked with.Methods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.BoundOperation
getBindingType, getQualifiedName, getReturnType
-
Method Details
-
getParameters
The parameters this function is invoked with.- Returns:
- The parameters this function is invoked with.
-