public interface DataFunction<R>
An example for a data function would be returning the number of items from a selection (count function) or duplicating all the selected entities.
| Modifier and Type | Method and Description |
|---|---|
<K,E> R |
apply(DataStore<K,E> dataStore,
QueryDescriptor query,
RepositoryConfiguration configuration,
List<E> selection) |
<K,E> R apply(DataStore<K,E> dataStore, QueryDescriptor query, RepositoryConfiguration configuration, List<E> selection)
Copyright © 2014–2021. All rights reserved.