Class | Description |
---|---|
And |
Logical conjunction.
|
BoolOf |
Text as
Boolean . |
DoubleOf |
Text as
Double . |
Equals<T extends Comparable<T>> |
Equals.
|
False |
Logical false.
|
FloatOf |
Text as
Float . |
IntOf |
Text as
Integer . |
IoCheckedScalar<T> |
Scalar that doesn't throw checked
Exception , but throws
IOException instead. |
LongOf |
Text as
Long . |
Max<T extends Comparable<T>> |
Find the greater among items.
|
Min<T extends Comparable<T>> |
Find the smaller among items.
|
Not |
Logical negative.
|
Or |
Logical disjunction.
|
RetryScalar<T> |
Func that will try a few times before throwing an exception.
|
StickyScalar<T> |
Cached version of a Scalar.
|
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.