ArrayExtensions
Extension methods for Array[A] class
Attributes
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
Value members
Concrete methods
This method and "fHead" removes the need for headOption in the majority of cases.
This method and "fHead" removes the need for headOption in the majority of cases.
Attributes
This method and "fHead" removes the need for headOption in the majority of cases.
This method and "fHead" removes the need for headOption in the majority of cases.
Attributes
foreach loop with counter
foreach loop with counter
Attributes
Returns the last element or the parameter if empty.
Returns the last element or the parameter if empty.
Attributes
Returns the passed value if empty or applies function to last lement.
Returns the passed value if empty or applies function to last lement.
Attributes
Extension method. Removes element at given index and returns a new Array.
Extension method. Removes element at given index and returns a new Array.