Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.core.BoundFunction.CollectionToCollection
Packages that use BoundFunction.CollectionToCollection
-
Uses of BoundFunction.CollectionToCollection in com.sap.cloud.sdk.datamodel.odatav4.core
Modifier and TypeClassDescriptionstatic classBoundFunction.CollectionToCollectionComplex<BindingT,ResultT extends VdmComplex<ResultT>> Specificfunctionoperating on a collection of elements and returning a collection of complex objects.static classBoundFunction.CollectionToCollectionEntity<BindingT,ResultT extends VdmEntity<ResultT>> Specificfunctionoperating on a collection of elements and returning a collection of entities.static final classBoundFunction.CollectionToCollectionEntity.Composable<BindingT,ResultT extends VdmEntity<ResultT>> Class representing a composable bound functionstatic classBoundFunction.CollectionToCollectionPrimitive<BindingT,ResultT> Specificfunctionoperating on a collection of elements and returning a collection of primitives.Methods in com.sap.cloud.sdk.datamodel.odatav4.core with parameters of type BoundFunction.CollectionToCollectionModifier and TypeMethodDescription<EntityT extends VdmEntity<EntityT>,ResultT>
CollectionValueFunctionRequestBuilder<ResultT>OperationsOnEntityCollections.applyFunction(BoundFunction.CollectionToCollection<EntityT, ResultT> function) Apply a bound function returning a collection of objects to the current element.default <EntityT extends VdmEntity<EntityT>,ResultT>
CollectionValueFunctionRequestBuilder<ResultT>ServiceWithNavigableEntities.applyFunction(BoundFunction.CollectionToCollection<EntityT, ResultT> function) Apply a bound function returning a collection of objects to the current element.