arrayutils
  • Home
  • 📖How to use?
    • ⚡Installation
  • 📖Methods
    • ⚡Static method
      • static from()
      • static of()
      • static mapToArray()
    • ⚡Generic method
      • join()
      • every()
      • some()
      • reduce()
        • reduceRight()
      • sum()
      • pop()
      • shift()
      • includes()
      • keyExists()
      • indexOf()
      • find()
        • findIndex()
      • first()
        • keyFirst()
      • last()
        • keyLast()
      • random()
        • keyRandom()
      • splice()
    • ⚡Chain method
      • chunk()
      • column()
      • combine()
      • concat()
        • concatSoft()
      • countValues()
      • diff()
        • diffAssoc()
        • diffKey()
      • fill()
        • fillKeys()
      • filter()
      • flat()
        • flatMap()
      • flip()
      • forEach()
      • intersect()
        • intersectAssoc()
        • intersectKey()
      • keys()
      • map()
        • mapAssoc()
        • mapKey()
      • pad()
      • push()
      • replace()
      • reverse()
      • slice()
      • sort()
        • sortKey()
      • unique()
      • unshift()
      • values()
  • 📖Suffixes
    • ⚡Suffix - From
    • ⚡Suffix - As
  • links
    • 📌Github repo
    • 📌Packagist project
    • 📌Poggit project
Powered by GitBook
On this page
  • Support prefix
  • Method list
  1. 📖Methods

⚡Generic method

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

Previousstatic mapToArray()Nextjoin()

Last updated 4 years ago

The generic-method is returns an single result.

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

Support prefix

Method list

🔖
🔖
⚡Suffix - From
join()
every()
some()
reduce()
reduceRight()
sum()
pop()
shift()
includes()
keyExists()
indexOf()
find()
findIndex()
first()
keyFirst()
last()
keyLast()
random()
keyRandom()