public final class Not extends Object implements Scalar<Boolean>
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 UncheckedScalar
or IoCheckedScalar
decorators.
Scalar.NoNulls<T>
Copyright © 2017 Cactoos. All rights reserved.