ArrayUtils
ArrayUtils
Introduction
📖 How to use?
📖Methods
⚡Static method
⚡Generic method
join()
every()
some()
reduce()
sum()
pop()
shift()
includes()
keyExists()
indexOf()
find()
first()
last()
random()
splice()
⚡Chain method
📖Prefixs
links
📌Github repo
📌Packagist project
📌Poggit project
Powered by GitBook

⚡Generic method

The generic-methods is a member methods that do not return ArrayUtils.

The generic-method is returns an single result.

Because of this, method chaining stops when this type of method is called.

​🔖Support prefix

⚡ Prefix - From
/prefixs/from

​🔖Method list

join()
/methods/g/join
every()
/methods/g/every
some()
/methods/g/some
reduce()
/methods/g/reduce
reduceRight()
/methods/g/reduce/right
sum()
/methods/g/sum
pop()
/methods/g/pop
shift()
/methods/g/shift
includes()
/methods/g/includes
keyExists()
/methods/g/key-exists
indexOf()
/methods/g/index-of
find()
/methods/g/find
findIndex()
/methods/g/find/index
first()
/methods/g/first
keyFirst()
/methods/g/first/key
last()
/methods/g/last
keyLast()
/methods/g/last/key
random()
/methods/g/random
keyRandom()
/methods/g/random/key

​

Previous
static mapToArray()
Next
join()
Last updated 4 months ago
Contents
Support prefix
Method list