A symbolic alias for compose
.
A symbolic alias for andThen
.
Creates a new data source function by applying this data source function followed by that data source function.
Creates a new data source function by applying that data source function followed by this data source function.
A
DataSourceFunction[R, R1]
is a universally quantified function from values of typeDataSource[R, A]
to values of typeDataSource[R1, A]
for all typesA
. This is used internally by the library to describe functions for transforming data sources that do not change the type of requests that a data source is able to execute.