[ Version ( since = "0.4.0-alpha" ) ]
public Future<GenericArray<G>> to_generic_array ()
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.
a future of the result generic array |