You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
😎 T-Regx The Dinosaur is really proud to announce its release 0.17.0! We're coming to giga-big-release of 1.0.0 with big steps!
We noticed that interface of FluentMatchPattern (result of pattern()->match()->fluent()) and its idea, conceptually, is similar to Java8 streams. Semi-functional programming approach, with terminal statements. We decided it was a good idea to make the name more descriptive, so that, if a dinosaur lover knows Java by some accident, he could find similarities here.
So we just renamed FluentMatchPattern to Stream. And also fluent() method to stream().
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
😎 T-Regx The Dinosaur is really proud to announce its release
0.17.0
! We're coming to giga-big-release of1.0.0
with big steps!We noticed that interface of
FluentMatchPattern
(result ofpattern()->match()->fluent()
) and its idea, conceptually, is similar to Java8 streams. Semi-functional programming approach, with terminal statements. We decided it was a good idea to make the name more descriptive, so that, if a dinosaur lover knows Java by some accident, he could find similarities here.So we just renamed
FluentMatchPattern
toStream
. And alsofluent()
method tostream()
.The detailed list of changes is in ChangeLog.md.
orElseCalling()
didn't throwInvalidReturnValueException
FluentMatchPattern
toStream
, similar to Java 8 streamsfluent()
tostream()
, similar to Java 8 streamsNoSuchElementFluentException
toNoSuchStreamElementException
IntStream.stream()
The detailed list of changes is also in ChangeLog.md.
Rawrrrr!
This discussion was created from the release v0.17.0 - We're ripping Java off.
Beta Was this translation helpful? Give feedback.
All reactions