fzzy_config-0.3.4+1.21
Curse Maven Snippet
What's new
Additions
- Port to 1.21
- Added new (undocumented)
castandnullCastextension functions for functional programming style of type casting. Ex: val thing: MyType2 =myType1.cast<MyType2>().withThing().doAnotherThing()
Changes
- Optimized
Expressionwith pre-compiled shortcuts for many situations; optimized constant usage. - Expressions now have
hashcodeandequalsmethods for direct comparison.
Fixes
- None.

