T
public final class Equality<T extends Bytes> extends Object implements Scalar<Integer>
0
x == y
-1
x < y
1
x > y
There is no thread-safety guarantee.
Scalar.NoNulls<T>
Equality(T lft, T rght)
Integer
value()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Equality(T lft, T rght)
lft
rght
public Integer value() throws Exception
Scalar
value
Scalar<Integer>
Exception
Copyright © 2017–2018 Cactoos. All rights reserved.