Classes | Streams-Patterns-Events > Patterns > List

Place : Pseq : ListPattern : Pattern : AbstractFunction : Object

interlaced embedding of subarrays

Description

Returns elements in the list. If an element is an array itself, it embeds the first element when it comes by first time, the second element when it comes by the second time... The nth when it comes by the nth time.

Class Methods

Inherited class methods

1 methods from Pseq ► show
1 methods from ListPattern ► show
7 methods from Object ► show

Instance Methods

Inherited instance methods

2 methods from Pseq ► show
3 methods from ListPattern ► show
43 methods from Pattern ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Undocumented instance methods

.embedInStream(inval)

Examples