ArrayExtensions
ostrat.ArrayExtensions
final class ArrayExtensions[A](val thisArray: Array[A]) extends AnyVal
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 case. Use fHead when are interested in the tail value
This method and "fHead" removes the need for headOption in the majority of case. Use fHead when are interested in the tail value
Attributes
foreach loop with counter
foreach loop with counter
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.
Attributes
In this article