Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.
https://hexworks.org/projects/zircon/
Apache License 2.0
755 stars 138 forks source link

Add orNull alternatives to operations that return a Maybe. #388

Closed adam-arold closed 3 years ago

adam-arold commented 3 years ago

Currently we have a bunch of operations that return a Maybe object. We should add variants that may return T? instead with an orNull postfix, eg: getTileOrNull.