Skip to content

Improve "isNullOr" #2

@dimsuz

Description

@dimsuz

Switch from

fun <I : Any, E> Validator.Companion.isNullOr(validator: Validator<I, I, E>): Validator<I?, I?, E>

to

fun <I : Any, O : Any, E> Validator.Companion.isNullOr(validator: Validator<I, O, E>): Validator<I?, O?, E>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions