Skip to content
Compare
Choose a tag to compare
@CrissNamon CrissNamon released this 07 Feb 10:59
4a3eb7f
  • Added ExecutableFilter to check if Executable can be wrapped with LambdaWrapperHolder
    • ExecutableFilter.PUBLIC_ONLY is now default (only public methods allowed)
    • ExecutableFilter.ANY disables any checks
    • LambdaWrapperHolder.setFilter(ExecutableFilter filter) sets new filter
  • Added SwitchConditional
    • Can return value or execute action
    • Can have break; or not as standard switch-case