- changed maven-javadoc-plugin show parameter to public
- changed access modifiers for JKScope class null check methods to private
- changed lazy methods access modifier to public
- removed unnecessary JKScope.main method
- added lazyOf methods test
- added new recur methods tests
- added null checks for lazy methods args
- big refactoring, no backward compatibility
- added
Lazy
object andJKScope
methods - replaced
let
of value method withopt
method - replaced
asUnchecked
functional interface method withunchecked
static method due to implementation problems
- renamed
let
interface method toletIt
(due to the same method name as a static method) - added
letIntWith
,letLongWith
,letDoubleWith
static methods
- added
Opt.throwIfEmpty
method - added
JKScope.withResource
andJKScope.letWithResource
static methods
Big refactoring. Stable API.
First release