Site menu

CodeCook.io

  • Languages
    • C
    • C++
    • CSS
    • Git
    • HTML
    • Java
    • JavaScript
    • jQuery
    • PHP
    • Python
    • Ruby
    • Scala
  • array

Scala - Get first element array

Get the first element of an array.

0
1505
  • Share on Facebook
  • Share on Google+
  • Share on Twitter

Get first element of SeqLike

{{array}}.head
java

Notes

last update: Oct. 28, 2014

0
1511
  • Share on Facebook
  • Share on Google+
  • Share on Twitter

Using pattern matching

{{array}} match {
  case x :: _ = x
}
java

Notes

last update: Oct. 28, 2014

Advertisement

This project is hosted on DigitalOcean, try it and support us

Related concept

  • Concatenate two arrays
  • Find index of item in array
  • Append item to array
  • Array length
  • Sort list of numbers

Other language

  • Python
  • JavaScript

Random task

  • Git list tags that contain commit
  • Overwrite local file changes on pull
  • List groups
  • Create empty array
  • Set key on map to value
  • Blog
  • About
  • License