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
Nested ClassesModifier and TypeInterfaceDescriptionstatic classSpecificfunctionoperating on a collection of elements returning a collection of elements.static classSpecificfunctionoperating on a collection of elements and returning a collection of complex objects.static classSpecificfunctionoperating on a collection of elements and returning a collection of entities.static classSpecificfunctionoperating on a collection of elements and returning a collection of primitives.static classSpecificfunctionoperating on a collection of elements returning a single element.static classSpecificfunctionoperating on a collection of elements and returning a complex object.static classSpecificfunctionoperating on a collection of elements and returning an entity.static classSpecificfunctionoperating on a collection of elements and returning a primitive.static interfaceInterface representing a composable bound functionstatic classSpecificfunctionoperating on a single element returning a collection of elements.static classSpecificfunctionoperating on a single element and returning a collection of complex objects.static classSpecificfunctionoperating on a single element and returning a collection of entities.static classSpecificfunctionoperating on a single element and returning a collection of primitives.static classSpecificfunctionoperating on a single element returning a single element.static classSpecificfunctionoperating on a single element and returning a complex type.static classSpecificfunctionoperating on a single element and returning an entity.static classSpecificfunctionoperating 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.
-