select property
R Function<R>(T data)?
select
final
Data selector to transform the data
Implementation
final R Function<R>(T data)? select;
Data selector to transform the data
final R Function<R>(T data)? select;