Class | Description |
---|---|
And |
Logical conjunction.
|
AndInThreads |
Logical conjunction, in multiple threads.
|
AndWithIndex |
Logical conjunction, with index.
|
AvgOf |
Average of numbers.
|
BoolOf |
Text as
Boolean . |
CheckedScalar<T,E extends Exception> |
Scalar that wraps an original checked exception thrown by the origin using
the given wrapping function.
|
Constant<T> |
Constant value.
|
Equality<T extends Bytes> |
Equality.
|
Equals<T extends Comparable<T>> |
Equals.
|
FallbackFrom<T> |
Fallback from exception.
|
False |
Logical false.
|
FirstOf<T> |
Find first element in a list that satisfies specified condition.
|
Folded<X,T> |
Iterable, which elements are "folded" through the func.
|
HighestOf<T extends Comparable<T>> |
Find the highest item.
|
InheritanceLevel |
Calculates number of superclasses between base and derived class.
|
IoCheckedScalar<T> |
Scalar that doesn't throw checked
Exception , but throws
IOException instead. |
ItemAt<T> |
Element from position in
Iterator
or fallback value if iterator hasn't this position. |
LowestOf<T extends Comparable<T>> |
Find the lowest item.
|
MaxOf |
Find the greater among items.
|
MinOf |
Find the smaller among items.
|
Not |
Logical negative.
|
NumberEnvelope |
Envelope for the
Number . |
NumberOf |
Text as
Number . |
Or |
Logical disjunction.
|
PropertiesOf |
Map as
Properties . |
Reduced<T> |
Reduces iterable via BiFunc.
|
RetryScalar<T> |
Func that will try a few times before throwing an exception.
|
ScalarWithFallback<T> |
Scalar with a fallback plan.
|
SolidScalar<T> |
Cached and synchronized version of a Scalar.
|
StickyScalar<T> |
Cached version of a Scalar.
|
SumOf |
Int total of numbers.
|
SumOfDoubleScalar |
Double Scalar which sums up the values of other Scalars of the same type.
|
SumOfFloatScalar |
Float Scalar which sums up the values of other Scalars of the same type
|
SumOfIntScalar |
Integer Scalar which sums up the values of other Scalars of the same type
|
SumOfLongScalar |
Long Scalar which sums up the values of other Scalars of the same type
|
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–2018 Cactoos. All rights reserved.