Skip to content

v1.2.22

Latest

Choose a tag to compare

@gmpassos gmpassos released this 25 Mar 02:51
  • ObjectExtension<T>:
    • Added method when that returns this if a condition evaluates to true, otherwise null.
  • FutureOrExtension<T>:
    • Added method whenAsync as an async-aware version of when, returning this or null based on a condition evaluation.