Since version 2.0.0 you may also create a real lazy value (works only with interfaces):
To my understanding, this actually refers to javaslang v2.0.0, which may be confusing to vavr users. As far as I understand, any published vavr version implements this feature, so this PR proposes to remove the Since version 2.0.0 clause.
To address https://github.com/vavr-io/vavr-docs/issues/47
Here https://docs.vavr.io/#_lazy the documentation says:
To my understanding, this actually refers to
javaslang
v2.0.0, which may be confusing to vavr users. As far as I understand, any publishedvavr
version implements this feature, so this PR proposes to remove theSince version 2.0.0
clause.