⚡Chain method
The chaining-methods is member methods that returns an ArrayUtils instance.
This chaining-method returns an
ArrayUtils
instance. Because of this, allowing the calls to be chained together in a single statement without requiring variables to store the intermediate results.For a detailed description of the method chaining method, click here
🔖Support prefix
⚡Suffix - From⚡Suffix - AsYou can use two prefix at once.
🔖Method list
chunk()column()combine()concat()concatSoft()countValues()diff()diffAssoc()diffKey()fill()fillKeys()filter()flat()flatMap()forEach()intersect()intersectAssoc()intersectKey()keys()map()mapAssoc()mapKey()pad()push()replace()reverse()slice()splice()sort()sortKey()unique()unshift()values()Last updated