Kactoos

kactoos-jvm / nnl.rocks.kactoos.scalar / Equals

Equals

class Equals<in T : Comparable<T>> : Scalar<Boolean>

Equals.

There is no thread-safety guarantee.

Parameters

left - The left scalar to compare.

right - The right scalar to compare.

T - Type of object to compare

Since 0.4

Constructors

Name Summary
<init> Equals(left: Scalar<T>, right: Scalar<T>)Equals(left: KScalar<T>, right: KScalar<T>)
Equals.

Functions

Name Summary
invoke fun invoke(): Boolean
Get value of this Scalar