Skip to content

Ability to chain validations #18

@dinispeixoto

Description

@dinispeixoto

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Beeing-discussedNot completed issued that requires additional informationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions