checkarg icon indicating copy to clipboard operation
checkarg copied to clipboard

Ability to chain validations

Open dinispeixoto opened this issue 4 years ago • 0 comments

Describe the solution you'd like

def doSomethingValid(negative_number: int, positive_number: int):
    Number.is_lower(negative_number, 0).is_greater_or_equals(positive_number, 0)

Note: might not the possible

dinispeixoto avatar Apr 21 '21 16:04 dinispeixoto