implies method

Expr implies(
  1. Object other
)

Implementation

Expr implies(Object other) =>
    BinaryOp(BinaryOpKind.implies, this, $(other)).declare();