unless method

Execute unless(
  1. Condition c
)

Implementation

Execute unless(Condition c) => If(Condition.not(c));