Skip to content

Improvements to Stream, Tuples, New Entry types, etc

Compare
Choose a tag to compare
@seborama seborama released this 24 Feb 21:02
· 107 commits to master since this release

Added:

  • EntryString.MapToEntryBytes

  • EntryByte

  • Entry comparison utility function EntriesEqual

  • Tuple3

  • Corrections to Collector.GroupingBy finisher

Added to Collector:

  • Reducing
  • FlatMapping

Added to Stream:

  • Limit
  • Distinct
  • Peek
  • ForEachC (concurrent version of ForEach)

Added to Maybe:

  • IsEmpty
  • Get
  • GetOrElse
  • OrElse
  • Filter

Some refactoring.