Class | Description |
---|---|
And |
Logical conjunction.
|
AndInThreads |
Logical conjunction, in multiple threads.
|
AndWithIndex |
Logical conjunction, with index.
|
AvgOf |
Average of numbers.
|
BoolOf |
Text as
Boolean . |
Equals<T extends Comparable<T>> |
Equals.
|
False |
Logical false.
|
IoCheckedScalar<T> |
Scalar that doesn't throw checked
Exception , but throws
IOException instead. |
MaxOf |
Find the greater among items.
|
MinOf |
Find the smaller among items.
|
Not |
Logical negative.
|
NumberOf |
Text as
Float . |
Or |
Logical disjunction.
|
Reduced<X,T> |
Iterable, which elements are "reduced" through the func.
|
RetryScalar<T> |
Func that will try a few times before throwing an exception.
|
SolidScalar<T> |
Cached and synchronized version of a Scalar.
|
StickyScalar<T> |
Cached version of a Scalar.
|
SumOf |
Int total of numbers.
|
SyncScalar<T> |
Scalar that is thread-safe.
|
Ternary<T> |
Ternary operation.
|
True |
Logical truth.
|
UncheckedScalar<T> |
Scalar that doesn't throw checked
Exception . |
Copyright © 2017 Cactoos. All rights reserved.