Uses of Class
com.github.zafarkhaja.semver.util.Stream
Packages that use Stream
Package
Description
This is the root package of the Java SemVer library.
This package contains classes that implement the SemVer Expressions.
-
Uses of Stream in com.github.zafarkhaja.semver
Fields in com.github.zafarkhaja.semver declared as Stream -
Uses of Stream in com.github.zafarkhaja.semver.expr
Fields in com.github.zafarkhaja.semver.expr declared as StreamModifier and TypeFieldDescriptionprivate Stream
<Lexer.Token> ExpressionParser.tokens
The stream of tokens produced by the lexer.Methods in com.github.zafarkhaja.semver.expr that return StreamModifier and TypeMethodDescription(package private) Stream
<Lexer.Token> Tokenizes the specified input string.