Delegate PurePicker<TResult>
- Namespace
- Whim
- Assembly
- Whim.dll
Description of how to retrieve data from the Whim.Store.
Pure pickers can be implemented in terms of pure functions.
public delegate TResult PurePicker<TResult>(IRootSector rootSector)
Parameters
rootSector
IRootSector
Returns
- TResult
Type Parameters
TResult