Skip to content

Java web templates: xylo.LazySeq

Stefan Endrullis edited this page Sep 16, 2018 · 2 revisions

This template file provides and deactivates templates for the LazySeq library which provides a more functional version of the Java 8 Stream class.

Shortcut templates:

  • .ls - creates a LazySeq
  • .lts - creates a LazyTupleSeq

LazySeq templates:

  • .fold - reduce the elements of LazySeq by using a neutral element (similar to Scala fold)
  • .first - get first element