Class Not

  • All Implemented Interfaces:
    Scalar<Boolean>

    public final class Not
    extends Object
    implements Scalar<Boolean>
    Logical negative.

    There is no thread-safety guarantee.

    This class implements Scalar, which throws a checked Exception. This may not be convenient in many cases. To make it more convenient and get rid of the checked exception you can use the Unchecked decorator. Or you may use IoChecked to wrap it in an IOException.

    Since:
    0.7
    • Constructor Detail

      • Not

        public Not​(Scalar<Boolean> scalar)
        Ctor.
        Parameters:
        scalar - The scalar