alvin alexander
Nodes for the term “vector”
A Scala 3 function that counts the number of vowels in the String it is given as input
Read more
Getting a random element from a list of elements in Scala
Read more
How to convert a Scala Array/List/Seq (sequence) to string with mkString
Read more
Scala: How to sort a sequence (Seq, List, Array, Vector)
Read more
Scala: How to write your own collect and map functions
Read more
Scala: How to append and prepend items to Vector and Seq
Read more
Scala Array class: methods, examples, and syntax
Read more
Scala Seq class: Method examples (map, filter, fold, reduce)
Read more
Scala Vector class: 170+ method examples (map, filter, fold, reduce)
Read more
Scala collections classes: Methods, organized by category
Read more
Scala ‘for loop’ examples and syntax
Read more
Examples of methods available to Scala sequences
Read more
Scala collections: Does filter mean retain/keep, remove
Read more
A Scala method to write a list of strings to a file
Read more
How to drop the first matching element in a Scala sequence
Read more
Scala: How to create a list of alpha or alphanumeric characters
Read more
Scala 'map' method: examples and syntax (List, Vector, Seq)
Read more
Java memory test - How to consume all the memory (RAM) on a computer
Read more
How to create a large test Map in Scala (converting a sequence to a map)
Read more
How to flatten a List of Lists in Scala with flatten
Read more
Scala code to find (and move or remove) duplicate files
Read more
Scala: Convert a String with newline characters to a sequence/list of strings
Read more
Scala tip: How to extract a field from a sequence of objects to create a new sequence
Read more
“Every person in your company is a vector”
Read more
Scala: When the sum of a list is a very large number
Read more
Scala: Immutable collections of mutable data
Read more
Scala - How to find the unique items in a List, Array, Vector (sequence)
Read more
JList "add data" - how to add/edit JList data
Read more