• Stars
    star
    1
  • Language
    Lua
  • Created over 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lua Optional is an implementation of Java 8/9's Optional library to get rid of the direct handling of nil/nulls to avoid errors and replacing implicit nulls with explicit ones. This makes documentation and working with APIs easier.