to_generic_array
Description:
Accumulates the elements into a new generic array, in encounter order.
This is equivalent to:
seq.collect( Collectors.to_generic_array<G>() );
This is a terminal operation.
Returns:
a future of the result generic array |