to_generic_array


Description:

[ 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.

Returns:

a future of the result generic array

See also:

Collectors.to_generic_array