Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Feature request - Exclude null in filter queries?


    flipjazz

    Recommended Posts

    When using the Dreambot APIs with the filter calls like:

    Bank.withdraw(item -> ...);

    I was wondering if you make the APIs exclude nulls? I.e., right now I seem have to do a null check like this or I'll get a nullpointer exception:

    Bank.withdraw(item -> item != null && item.getName().contains(".."));

    Was wondering if you could exclude nulls so that we can just do:

    Bank.withdraw(item -> item.getName().contains(".."));

     

    Link to comment
    Share on other sites

    I've been planning on making most of our methods more "null safe" where it makes sense, I'll look around our classes and pre-filter anything null so you wouldn't need to worry about it :)

    Thanks for the suggestion!

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.