Yes, looks logically: ``` foo.notNullable() .s...
# codingconventions
m
Yes, looks logically:
Copy code
foo.notNullable()
    .somethingNullable() or fail now!!
    .somethingElseNullable()
    and, if not null, .finalCall()