Skip navigation links
A B C D E F G H I J K L M N O P R S T U V 

A

add(T) - Method in class org.cactoos.list.IterableAsList
 
add(int, T) - Method in class org.cactoos.list.IterableAsList
 
add(X) - Method in class org.cactoos.list.StickyList
 
add(int, X) - Method in class org.cactoos.list.StickyList
 
addAll(Collection<? extends T>) - Method in class org.cactoos.list.IterableAsList
 
addAll(int, Collection<? extends T>) - Method in class org.cactoos.list.IterableAsList
 
addAll(Collection<? extends X>) - Method in class org.cactoos.list.StickyList
 
addAll(int, Collection<? extends X>) - Method in class org.cactoos.list.StickyList
 
And - Class in org.cactoos.func
Logical conjunction.
And(Proc<X>, X...) - Constructor for class org.cactoos.func.And
Ctor.
And(Func<X, Boolean>, X...) - Constructor for class org.cactoos.func.And
Ctor.
And(Iterable<X>, Proc<X>) - Constructor for class org.cactoos.func.And
Ctor.
And(Iterable<X>, Func<X, Boolean>) - Constructor for class org.cactoos.func.And
Ctor.
And(Scalar<Boolean>...) - Constructor for class org.cactoos.func.And
Ctor.
And(Iterable<Scalar<Boolean>>) - Constructor for class org.cactoos.func.And
Ctor.
apply(X, Y) - Method in interface org.cactoos.BiFunc
Apply it.
apply(X) - Method in interface org.cactoos.Func
Apply it.
apply(X) - Method in class org.cactoos.func.AsyncFunc
 
apply(X) - Method in class org.cactoos.func.CallableAsFunc
 
apply(X) - Method in class org.cactoos.func.ChainedFunc
 
apply(X) - Method in class org.cactoos.func.ConstFunc
 
apply(X) - Method in class org.cactoos.func.FuncWithFallback
 
apply(X) - Method in class org.cactoos.func.IoCheckedFunc
 
apply(X) - Method in class org.cactoos.Func.NoNulls
 
apply(X) - Method in class org.cactoos.func.ProcAsFunc
 
apply(X) - Method in class org.cactoos.func.RepeatedFunc
 
apply(X) - Method in class org.cactoos.func.RetryFunc
 
apply(X) - Method in class org.cactoos.func.RunnableAsFunc
 
apply(X) - Method in class org.cactoos.func.StickyFunc
 
apply(X) - Method in class org.cactoos.func.SyncFunc
 
apply(X) - Method in class org.cactoos.func.UncheckedFunc
 
ArrayAsBytes - Class in org.cactoos.text
Array as Bytes.
ArrayAsBytes(byte...) - Constructor for class org.cactoos.text.ArrayAsBytes
Ctor.
ArrayAsIterable<X> - Class in org.cactoos.list
Array as iterable.
ArrayAsIterable(X...) - Constructor for class org.cactoos.list.ArrayAsIterable
Ctor.
asBytes() - Method in interface org.cactoos.Bytes
Convert it to the byte array.
asBytes() - Method in class org.cactoos.io.InputAsBytes
 
asBytes() - Method in class org.cactoos.io.UncheckedBytes
 
asBytes() - Method in class org.cactoos.text.ArrayAsBytes
 
asBytes() - Method in class org.cactoos.text.EmptyBytes
 
asBytes() - Method in class org.cactoos.text.TextAsBytes
 
asBytes() - Method in class org.cactoos.text.ThrowableAsBytes
 
asString() - Method in interface org.cactoos.Text
Convert it to the string.
asString() - Method in class org.cactoos.text.Base64DecodedText
 
asString() - Method in class org.cactoos.text.BytesAsText
 
asString() - Method in class org.cactoos.text.FormattedText
 
asString() - Method in class org.cactoos.text.JoinedText
 
asString() - Method in class org.cactoos.text.LowerText
 
asString() - Method in class org.cactoos.text.NormalizedText
 
asString() - Method in class org.cactoos.text.NotNullText
 
asString() - Method in class org.cactoos.text.RepeatedText
 
asString() - Method in class org.cactoos.text.ReplacedText
 
asString() - Method in class org.cactoos.text.ReversedText
 
asString() - Method in class org.cactoos.text.StringAsText
 
asString() - Method in class org.cactoos.text.TrimmedText
 
asString() - Method in class org.cactoos.text.UncheckedText
 
asString() - Method in class org.cactoos.text.UpperText
 
AsyncFunc<X,Y> - Class in org.cactoos.func
Func that runs in the background.
AsyncFunc(Proc<X>) - Constructor for class org.cactoos.func.AsyncFunc
Ctor.
AsyncFunc(Func<X, Y>) - Constructor for class org.cactoos.func.AsyncFunc
Ctor.
AsyncFunc(Proc<X>, ThreadFactory) - Constructor for class org.cactoos.func.AsyncFunc
Ctor.
AsyncFunc(Func<X, Y>, ThreadFactory) - Constructor for class org.cactoos.func.AsyncFunc
Ctor.
available() - Method in class org.cactoos.io.TeeInputStream
 

B

Base64DecodedText - Class in org.cactoos.text
Base64 Decode the Text.
Base64DecodedText(Text) - Constructor for class org.cactoos.text.Base64DecodedText
Ctor.
Base64DecodedText(String) - Constructor for class org.cactoos.text.Base64DecodedText
Ctor.
BiFunc<X,Y,Z> - Interface in org.cactoos
Function that accepts two arguments.
Bytes - Interface in org.cactoos
Bytes.
BytesAsInput - Class in org.cactoos.io
Bytes as Input.
BytesAsInput(Text) - Constructor for class org.cactoos.io.BytesAsInput
Ctor.
BytesAsInput(String) - Constructor for class org.cactoos.io.BytesAsInput
Ctor.
BytesAsInput(byte[]) - Constructor for class org.cactoos.io.BytesAsInput
Ctor.
BytesAsInput(Bytes) - Constructor for class org.cactoos.io.BytesAsInput
Ctor.
BytesAsText - Class in org.cactoos.text
Bytes as Text.
BytesAsText(Input) - Constructor for class org.cactoos.text.BytesAsText
Ctor.
BytesAsText(byte[]) - Constructor for class org.cactoos.text.BytesAsText
Ctor.
BytesAsText(Bytes) - Constructor for class org.cactoos.text.BytesAsText
Ctor.
BytesAsText(Input, Charset) - Constructor for class org.cactoos.text.BytesAsText
Ctor.
BytesAsText(byte[], Charset) - Constructor for class org.cactoos.text.BytesAsText
Ctor.
BytesAsText(Bytes, Charset) - Constructor for class org.cactoos.text.BytesAsText
Ctor.

C

call() - Method in class org.cactoos.func.FuncAsCallable
 
CallableAsFunc<X,Y> - Class in org.cactoos.func
Callable as Func.
CallableAsFunc(Callable<Y>) - Constructor for class org.cactoos.func.CallableAsFunc
Ctor.
ChainedFunc<X,Y,Z> - Class in org.cactoos.func
Composed function.
ChainedFunc(Func<X, Y>, Iterable<Func<Y, Y>>, Func<Y, Z>) - Constructor for class org.cactoos.func.ChainedFunc
Ctor.
ChainedFunc(Func<X, Y>, Func<Y, Z>) - Constructor for class org.cactoos.func.ChainedFunc
Ctor.
clear() - Method in class org.cactoos.list.IterableAsList
 
clear() - Method in class org.cactoos.list.IterableAsMap
 
clear() - Method in class org.cactoos.list.StickyList
 
clear() - Method in class org.cactoos.list.StickyMap
 
close() - Method in class org.cactoos.io.TeeInputStream
 
compareTo(Text) - Method in class org.cactoos.text.Base64DecodedText
 
compareTo(Text) - Method in class org.cactoos.text.BytesAsText
 
compareTo(Text) - Method in class org.cactoos.text.FormattedText
 
compareTo(Text) - Method in class org.cactoos.text.JoinedText
 
compareTo(Text) - Method in class org.cactoos.text.LowerText
 
compareTo(Text) - Method in class org.cactoos.text.NormalizedText
 
compareTo(Text) - Method in class org.cactoos.text.NotNullText
 
compareTo(Text) - Method in class org.cactoos.text.RepeatedText
 
compareTo(Text) - Method in class org.cactoos.text.ReplacedText
 
compareTo(Text) - Method in class org.cactoos.text.ReversedText
 
compareTo(Text) - Method in class org.cactoos.text.StringAsText
 
compareTo(Text) - Method in class org.cactoos.text.TrimmedText
 
compareTo(Text) - Method in class org.cactoos.text.UncheckedText
 
compareTo(Text) - Method in class org.cactoos.text.UpperText
 
ConcatIterable<T> - Class in org.cactoos.list
A few Iterables joined together.
ConcatIterable(Iterable<T>...) - Constructor for class org.cactoos.list.ConcatIterable
Ctor.
ConcatIterable(Iterable<Iterable<T>>) - Constructor for class org.cactoos.list.ConcatIterable
Ctor.
ConcatIterator<T> - Class in org.cactoos.list
A few Iterables joined together.
ConcatIterator(Iterator<T>...) - Constructor for class org.cactoos.list.ConcatIterator
Ctor.
ConcatIterator(Iterable<Iterator<T>>) - Constructor for class org.cactoos.list.ConcatIterator
Ctor.
ConstFunc<X,Y> - Class in org.cactoos.func
Func that always returns the same result.
ConstFunc(Y) - Constructor for class org.cactoos.func.ConstFunc
Ctor.
contains(Object) - Method in class org.cactoos.list.IterableAsList
 
contains(Object) - Method in class org.cactoos.list.StickyList
 
containsAll(Collection<?>) - Method in class org.cactoos.list.IterableAsList
 
containsAll(Collection<?>) - Method in class org.cactoos.list.StickyList
 
containsKey(Object) - Method in class org.cactoos.list.IterableAsMap
 
containsKey(Object) - Method in class org.cactoos.list.StickyMap
 
containsValue(Object) - Method in class org.cactoos.list.IterableAsMap
 
containsValue(Object) - Method in class org.cactoos.list.StickyMap
 
CycledIterable<T> - Class in org.cactoos.list
Cycled Iterable.
CycledIterable(Iterable<T>) - Constructor for class org.cactoos.list.CycledIterable
Ctor.
CycledIterator<T> - Class in org.cactoos.list
Cycled Iterator.
CycledIterator(Iterable<T>) - Constructor for class org.cactoos.list.CycledIterator
Ctor.

D

DeadInput - Class in org.cactoos.io
Input with no data.
DeadInput() - Constructor for class org.cactoos.io.DeadInput
 
DeadOutput - Class in org.cactoos.io
Output that accepts anything.
DeadOutput() - Constructor for class org.cactoos.io.DeadOutput
 
describeTo(Description) - Method in class org.cactoos.func.FuncAsMatcher
 
describeTo(Description) - Method in class org.cactoos.FuncApplies
 
describeTo(Description) - Method in class org.cactoos.ScalarHasValue
 
describeTo(Description) - Method in class org.cactoos.TextHasString
 

E

EmptyBytes - Class in org.cactoos.text
Bytes with no data.
EmptyBytes() - Constructor for class org.cactoos.text.EmptyBytes
 
EndlessIterable<T> - Class in org.cactoos.list
Endless iterable.
EndlessIterable(T) - Constructor for class org.cactoos.list.EndlessIterable
Ctor.
EndlessIterator<T> - Class in org.cactoos.list
Iterator that never ends.
EndlessIterator(T) - Constructor for class org.cactoos.list.EndlessIterator
Ctor.
EndlessIterator(Scalar<T>) - Constructor for class org.cactoos.list.EndlessIterator
Ctor.
EndlessIterator(UncheckedScalar<T>) - Constructor for class org.cactoos.list.EndlessIterator
Ctor.
entrySet() - Method in class org.cactoos.list.IterableAsMap
 
entrySet() - Method in class org.cactoos.list.StickyMap
 
Equals<T extends Comparable<T>> - Class in org.cactoos.func
Equals.
Equals(Scalar<T>, Scalar<T>) - Constructor for class org.cactoos.func.Equals
Ctor.
equals(Object) - Method in class org.cactoos.list.MapEntry
 
exec(X) - Method in class org.cactoos.func.FuncAsProc
 
exec(X) - Method in class org.cactoos.func.IoCheckedProc
 
exec(X) - Method in class org.cactoos.func.SyncProc
 
exec(X) - Method in class org.cactoos.func.UncheckedProc
 
exec(X) - Method in interface org.cactoos.Proc
Execute it.

F

False - Class in org.cactoos.func
Logical false.
False() - Constructor for class org.cactoos.func.False
 
FileAsInput - Class in org.cactoos.io
File as Input.
FileAsInput(File) - Constructor for class org.cactoos.io.FileAsInput
Ctor.
FileAsInput(Scalar<File>) - Constructor for class org.cactoos.io.FileAsInput
Ctor.
FileAsInput(UncheckedScalar<File>) - Constructor for class org.cactoos.io.FileAsInput
Ctor.
FileAsOutput - Class in org.cactoos.io
File as Output.
FileAsOutput(File) - Constructor for class org.cactoos.io.FileAsOutput
Ctor.
FileAsOutput(Scalar<File>) - Constructor for class org.cactoos.io.FileAsOutput
Ctor.
FileAsOutput(UncheckedScalar<File>) - Constructor for class org.cactoos.io.FileAsOutput
Ctor.
FilteredIterable<X> - Class in org.cactoos.list
Filtered iterable.
FilteredIterable(Iterable<X>, Func<X, Boolean>) - Constructor for class org.cactoos.list.FilteredIterable
Ctor.
FilteredIterator<X> - Class in org.cactoos.list
Filtered iterator.
FilteredIterator(Iterator<X>, Func<X, Boolean>) - Constructor for class org.cactoos.list.FilteredIterator
Ctor.
FormattedText - Class in org.cactoos.text
Text in Sprinf format.
FormattedText(String, Object...) - Constructor for class org.cactoos.text.FormattedText
New formatted string with default locale.
FormattedText(Text, Object...) - Constructor for class org.cactoos.text.FormattedText
New formatted string with default locale.
FormattedText(String, Locale, Object...) - Constructor for class org.cactoos.text.FormattedText
New formatted string with specified locale.
FormattedText(Text, Locale, Object...) - Constructor for class org.cactoos.text.FormattedText
New formatted string with specified locale.
FormattedText(String, Collection<Object>) - Constructor for class org.cactoos.text.FormattedText
New formatted string with default locale.
FormattedText(Text, Collection<Object>) - Constructor for class org.cactoos.text.FormattedText
New formatted string with default locale.
FormattedText(String, Locale, Collection<Object>) - Constructor for class org.cactoos.text.FormattedText
New formatted string with specified locale.
FormattedText(Text, Locale, Collection<Object>) - Constructor for class org.cactoos.text.FormattedText
New formatted string with specified locale.
Func<X,Y> - Interface in org.cactoos
Function.
Func.NoNulls<X,Y> - Class in org.cactoos
Func check for no nulls.
FuncApplies<X,Y> - Class in org.cactoos
Matcher for the value.
FuncApplies(X, Y) - Constructor for class org.cactoos.FuncApplies
Ctor.
FuncApplies(X, Matcher<Y>) - Constructor for class org.cactoos.FuncApplies
Ctor.
FuncAsCallable<T> - Class in org.cactoos.func
Func as Callable.
FuncAsCallable(Func<?, T>) - Constructor for class org.cactoos.func.FuncAsCallable
Ctor.
FuncAsMatcher<T> - Class in org.cactoos.func
Func as Matcher.
FuncAsMatcher(Func<T, Boolean>) - Constructor for class org.cactoos.func.FuncAsMatcher
Ctor.
FuncAsProc<X> - Class in org.cactoos.func
Func as Proc.
FuncAsProc(Func<X, ?>) - Constructor for class org.cactoos.func.FuncAsProc
Ctor.
FuncAsRunnable - Class in org.cactoos.func
Func as Runnable.
FuncAsRunnable(Func<?, ?>) - Constructor for class org.cactoos.func.FuncAsRunnable
Ctor.
FuncWithFallback<X,Y> - Class in org.cactoos.func
Func with a fallback plan.
FuncWithFallback(Func<X, Y>, Func<Throwable, Y>) - Constructor for class org.cactoos.func.FuncWithFallback
Ctor.
FuncWithFallback(Func<X, Y>, Func<Throwable, Y>, Func<Y, Y>) - Constructor for class org.cactoos.func.FuncWithFallback
Ctor.

G

get(int) - Method in class org.cactoos.list.IterableAsList
 
get(Object) - Method in class org.cactoos.list.IterableAsMap
 
get(int) - Method in class org.cactoos.list.StickyList
 
get(Object) - Method in class org.cactoos.list.StickyMap
 
getBaseURI() - Method in class org.cactoos.io.InputAsLSInput
 
getByteStream() - Method in class org.cactoos.io.InputAsLSInput
 
getCertifiedText() - Method in class org.cactoos.io.InputAsLSInput
 
getCharacterStream() - Method in class org.cactoos.io.InputAsLSInput
 
getEncoding() - Method in class org.cactoos.io.InputAsLSInput
 
getKey() - Method in class org.cactoos.list.MapEntry
 
getPublicId() - Method in class org.cactoos.io.InputAsLSInput
 
getStringData() - Method in class org.cactoos.io.InputAsLSInput
 
getSystemId() - Method in class org.cactoos.io.InputAsLSInput
 
getValue() - Method in class org.cactoos.list.MapEntry
 

H

hashCode() - Method in class org.cactoos.list.MapEntry
 
hasNext() - Method in class org.cactoos.list.ConcatIterator
 
hasNext() - Method in class org.cactoos.list.CycledIterator
 
hasNext() - Method in class org.cactoos.list.EndlessIterator
 
hasNext() - Method in class org.cactoos.list.FilteredIterator
 
hasNext() - Method in class org.cactoos.list.LimitedIterator
 
hasNext() - Method in class org.cactoos.list.MappedIterator
 
hasNext() - Method in class org.cactoos.list.RepeatIterator
 
hasNext() - Method in class org.cactoos.list.SkippedIterator
 
hasNext() - Method in class org.cactoos.list.SortedIterator
 
hasNext() - Method in class org.cactoos.list.StickyIterator
 

I

indexOf(Object) - Method in class org.cactoos.list.IterableAsList
 
indexOf(Object) - Method in class org.cactoos.list.StickyList
 
Input - Interface in org.cactoos
Input.
Input.NoNulls - Class in org.cactoos
Input check for no nulls.
InputAsBytes - Class in org.cactoos.io
Input as Byte Array.
InputAsBytes(Input) - Constructor for class org.cactoos.io.InputAsBytes
Ctor.
InputAsBytes(Input, int) - Constructor for class org.cactoos.io.InputAsBytes
Ctor.
InputAsLSInput - Class in org.cactoos.io
Input as LSInput.
InputAsLSInput(Input) - Constructor for class org.cactoos.io.InputAsLSInput
Ctor.
InputAsLSInput(Input, String, String, String) - Constructor for class org.cactoos.io.InputAsLSInput
Ctor.
InputAsProperties - Class in org.cactoos.io
Input as Properties.
InputAsProperties(String) - Constructor for class org.cactoos.io.InputAsProperties
Ctor.
InputAsProperties(Text) - Constructor for class org.cactoos.io.InputAsProperties
Ctor.
InputAsProperties(Bytes) - Constructor for class org.cactoos.io.InputAsProperties
Ctor.
InputAsProperties(Input) - Constructor for class org.cactoos.io.InputAsProperties
Ctor.
InputStreamAsInput - Class in org.cactoos.io
InputStream as Input.
InputStreamAsInput(InputStream) - Constructor for class org.cactoos.io.InputStreamAsInput
Ctor.
InputWithFallback - Class in org.cactoos.io
Input that returns an alternative input if the main one throws IOException.
InputWithFallback(Input) - Constructor for class org.cactoos.io.InputWithFallback
Ctor.
InputWithFallback(Input, Input) - Constructor for class org.cactoos.io.InputWithFallback
Ctor.
InputWithFallback(Input, Func<IOException, Input>) - Constructor for class org.cactoos.io.InputWithFallback
Ctor.
InputWithFallback(Input, IoCheckedFunc<IOException, Input>) - Constructor for class org.cactoos.io.InputWithFallback
Ctor.
IoCheckedFunc<X,Y> - Class in org.cactoos.func
Func that doesn't throw checked Exception, but throws IOException instead.
IoCheckedFunc(Func<X, Y>) - Constructor for class org.cactoos.func.IoCheckedFunc
Ctor.
IoCheckedProc<X> - Class in org.cactoos.func
Proc that doesn't throw checked Exception, but throws IOException instead.
IoCheckedProc(Proc<X>) - Constructor for class org.cactoos.func.IoCheckedProc
Ctor.
IoCheckedScalar<T> - Class in org.cactoos.func
Scalar that doesn't throw checked Exception, but throws IOException instead.
IoCheckedScalar(Scalar<T>) - Constructor for class org.cactoos.func.IoCheckedScalar
Ctor.
IsBlank - Class in org.cactoos.text
Determines if text is blank (consists of spaces) or no.
IsBlank(Text) - Constructor for class org.cactoos.text.IsBlank
Ctor.
isEmpty() - Method in class org.cactoos.list.IterableAsList
 
isEmpty() - Method in class org.cactoos.list.IterableAsMap
 
isEmpty() - Method in class org.cactoos.list.StickyList
 
isEmpty() - Method in class org.cactoos.list.StickyMap
 
ItemOfIterable<T> - Class in org.cactoos.list
Element from position in Iterable or fallback value if iterable hasn't this position.
ItemOfIterable(Iterable<T>) - Constructor for class org.cactoos.list.ItemOfIterable
Ctor.
ItemOfIterable(Iterable<T>, T) - Constructor for class org.cactoos.list.ItemOfIterable
Ctor.
ItemOfIterable(Iterable<T>, Func<Iterable<T>, T>) - Constructor for class org.cactoos.list.ItemOfIterable
Ctor.
ItemOfIterable(Iterable<T>, int) - Constructor for class org.cactoos.list.ItemOfIterable
Ctor.
ItemOfIterable(Iterable<T>, int, Func<Iterable<T>, T>) - Constructor for class org.cactoos.list.ItemOfIterable
Ctor.
ItemOfIterator<T> - Class in org.cactoos.list
Element from position in Iterator or fallback value if iterator hasn't this position.
ItemOfIterator(Iterator<T>) - Constructor for class org.cactoos.list.ItemOfIterator
Ctor.
ItemOfIterator(Iterator<T>, T) - Constructor for class org.cactoos.list.ItemOfIterator
Ctor.
ItemOfIterator(Iterator<T>, Func<Iterable<T>, T>) - Constructor for class org.cactoos.list.ItemOfIterator
Ctor.
ItemOfIterator(Iterator<T>, int) - Constructor for class org.cactoos.list.ItemOfIterator
Ctor.
ItemOfIterator(Iterator<T>, int, Func<Iterable<T>, T>) - Constructor for class org.cactoos.list.ItemOfIterator
Ctor.
IterableAsList<T> - Class in org.cactoos.list
Iterable as List.
IterableAsList(T...) - Constructor for class org.cactoos.list.IterableAsList
Ctor.
IterableAsList(Iterable<T>) - Constructor for class org.cactoos.list.IterableAsList
Ctor.
IterableAsMap<X,Y> - Class in org.cactoos.list
Iterable as Map.
IterableAsMap(Map.Entry<X, Y>...) - Constructor for class org.cactoos.list.IterableAsMap
Ctor.
IterableAsMap(Iterable<Map.Entry<X, Y>>) - Constructor for class org.cactoos.list.IterableAsMap
Ctor.
iterator() - Method in class org.cactoos.list.ArrayAsIterable
 
iterator() - Method in class org.cactoos.list.ConcatIterable
 
iterator() - Method in class org.cactoos.list.CycledIterable
 
iterator() - Method in class org.cactoos.list.EndlessIterable
 
iterator() - Method in class org.cactoos.list.FilteredIterable
 
iterator() - Method in class org.cactoos.list.IterableAsList
 
iterator() - Method in class org.cactoos.list.LimitedIterable
 
iterator() - Method in class org.cactoos.list.MappedIterable
 
iterator() - Method in class org.cactoos.list.NaturalNumbers
 
iterator() - Method in class org.cactoos.list.RepeatIterable
 
iterator() - Method in class org.cactoos.list.ReverseIterable
 
iterator() - Method in class org.cactoos.list.SkippedIterable
 
iterator() - Method in class org.cactoos.list.SortedIterable
 
iterator() - Method in class org.cactoos.list.StickyIterable
 
iterator() - Method in class org.cactoos.list.StickyList
 
iterator() - Method in class org.cactoos.text.SplitText
 

J

JoinedText - Class in org.cactoos.text
Join a Text.
JoinedText(String, String...) - Constructor for class org.cactoos.text.JoinedText
Ctor.
JoinedText(String, Iterable<String>) - Constructor for class org.cactoos.text.JoinedText
Ctor.
JoinedText(Text, Text...) - Constructor for class org.cactoos.text.JoinedText
Ctor.
JoinedText(Text, Iterable<Text>) - Constructor for class org.cactoos.text.JoinedText
Ctor.

K

keySet() - Method in class org.cactoos.list.IterableAsMap
 
keySet() - Method in class org.cactoos.list.StickyMap
 

L

lastIndexOf(Object) - Method in class org.cactoos.list.IterableAsList
 
lastIndexOf(Object) - Method in class org.cactoos.list.StickyList
 
LengthOfInput - Class in org.cactoos.io
Length of Input.
LengthOfInput(Input) - Constructor for class org.cactoos.io.LengthOfInput
Ctor.
LengthOfInput(Input, int) - Constructor for class org.cactoos.io.LengthOfInput
Ctor.
LengthOfIterable - Class in org.cactoos.list
Length of iterable.
LengthOfIterable(Iterable<?>) - Constructor for class org.cactoos.list.LengthOfIterable
Ctor.
LengthOfIterator - Class in org.cactoos.list
Length of iterator.
LengthOfIterator(Iterator<?>) - Constructor for class org.cactoos.list.LengthOfIterator
Ctor.
LimitedIterable<T> - Class in org.cactoos.list
Limited iterable.
LimitedIterable(Iterable<T>, int) - Constructor for class org.cactoos.list.LimitedIterable
Ctor.
LimitedIterator<T> - Class in org.cactoos.list
Limited iterator.
LimitedIterator(Iterator<T>, int) - Constructor for class org.cactoos.list.LimitedIterator
Ctor.
listIterator() - Method in class org.cactoos.list.IterableAsList
 
listIterator(int) - Method in class org.cactoos.list.IterableAsList
 
listIterator() - Method in class org.cactoos.list.StickyList
 
listIterator(int) - Method in class org.cactoos.list.StickyList
 
LowerText - Class in org.cactoos.text
Text in lower case.
LowerText(Text) - Constructor for class org.cactoos.text.LowerText
Ctor.
LowerText(Text, Locale) - Constructor for class org.cactoos.text.LowerText
Ctor.

M

MapAsProperties - Class in org.cactoos.list
Map as Properties.
MapAsProperties(Map.Entry<?, ?>...) - Constructor for class org.cactoos.list.MapAsProperties
Ctor.
MapAsProperties(Map<?, ?>) - Constructor for class org.cactoos.list.MapAsProperties
Ctor.
MapEntry<K,V> - Class in org.cactoos.list
MapEntry as AbastractMap.Entry.
MapEntry(K, V) - Constructor for class org.cactoos.list.MapEntry
Ctor.
MappedIterable<X,Y> - Class in org.cactoos.list
Mapped iterable.
MappedIterable(Iterable<X>, Func<X, Y>) - Constructor for class org.cactoos.list.MappedIterable
Ctor.
MappedIterator<X,Y> - Class in org.cactoos.list
Mapped iterator.
MappedIterator(Iterator<X>, Func<X, Y>) - Constructor for class org.cactoos.list.MappedIterator
Ctor.
mark(int) - Method in class org.cactoos.io.TeeInputStream
 
markSupported() - Method in class org.cactoos.io.TeeInputStream
 
matchesSafely(T) - Method in class org.cactoos.func.FuncAsMatcher
 
matchesSafely(Func<X, Y>) - Method in class org.cactoos.FuncApplies
 
matchesSafely(Scalar<T>) - Method in class org.cactoos.ScalarHasValue
 
matchesSafely(Text) - Method in class org.cactoos.TextHasString
 
Max<T extends Comparable<T>> - Class in org.cactoos.list
Find the greater among items.
Max(Scalar<T>...) - Constructor for class org.cactoos.list.Max
Ctor.
Max(Iterable<Scalar<T>>) - Constructor for class org.cactoos.list.Max
Ctor.
Min<T extends Comparable<T>> - Class in org.cactoos.list
Find the smaller among items.
Min(Scalar<T>...) - Constructor for class org.cactoos.list.Min
Ctor.
Min(Iterable<Scalar<T>>) - Constructor for class org.cactoos.list.Min
Ctor.

N

NaturalNumbers - Class in org.cactoos.list
Iterable providing Natural Numbers.
NaturalNumbers() - Constructor for class org.cactoos.list.NaturalNumbers
 
Neg - Class in org.cactoos.func
Negative.
Neg(Scalar<Boolean>) - Constructor for class org.cactoos.func.Neg
Ctor.
next() - Method in class org.cactoos.list.ConcatIterator
 
next() - Method in class org.cactoos.list.CycledIterator
 
next() - Method in class org.cactoos.list.EndlessIterator
 
next() - Method in class org.cactoos.list.FilteredIterator
 
next() - Method in class org.cactoos.list.LimitedIterator
 
next() - Method in class org.cactoos.list.MappedIterator
 
next() - Method in class org.cactoos.list.RepeatIterator
 
next() - Method in class org.cactoos.list.SkippedIterator
 
next() - Method in class org.cactoos.list.SortedIterator
 
next() - Method in class org.cactoos.list.StickyIterator
 
NoNulls(Func<X, Y>) - Constructor for class org.cactoos.Func.NoNulls
Ctor.
NoNulls(Input) - Constructor for class org.cactoos.Input.NoNulls
Ctor.
NoNulls(Output) - Constructor for class org.cactoos.Output.NoNulls
Ctor.
NormalizedText - Class in org.cactoos.text
Normalize (replace sequences of whitespace characters by a single space) a Text.
NormalizedText(String) - Constructor for class org.cactoos.text.NormalizedText
Ctor.
NormalizedText(Text) - Constructor for class org.cactoos.text.NormalizedText
Ctor.
NotNullText - Class in org.cactoos.text
A safe Text.
NotNullText(Text) - Constructor for class org.cactoos.text.NotNullText
Ctor.

O

Or - Class in org.cactoos.func
Logical disjunction.
Or(Scalar<Boolean>...) - Constructor for class org.cactoos.func.Or
Ctor.
Or(Iterable<Scalar<Boolean>>) - Constructor for class org.cactoos.func.Or
Ctor.
org.cactoos - package org.cactoos
Cactoos.
org.cactoos.func - package org.cactoos.func
Functions and procedures.
org.cactoos.io - package org.cactoos.io
Input/Output.
org.cactoos.list - package org.cactoos.list
Lists, collections, sets, iterables, iterators.
org.cactoos.text - package org.cactoos.text
Text.
Output - Interface in org.cactoos
Output.
Output.NoNulls - Class in org.cactoos
Output check for no nulls.
OutputStreamAsOutput - Class in org.cactoos.io
OutputStream as Output.
OutputStreamAsOutput(OutputStream) - Constructor for class org.cactoos.io.OutputStreamAsOutput
Ctor.

P

PathAsInput - Class in org.cactoos.io
Path as Input.
PathAsInput(Path) - Constructor for class org.cactoos.io.PathAsInput
Ctor.
PathAsOutput - Class in org.cactoos.io
Path as Output.
PathAsOutput(Path) - Constructor for class org.cactoos.io.PathAsOutput
Ctor.
Proc<X> - Interface in org.cactoos
Procedure.
ProcAsFunc<X,Y> - Class in org.cactoos.func
Proc as a Func.
ProcAsFunc(Proc<X>) - Constructor for class org.cactoos.func.ProcAsFunc
Ctor.
ProcAsFunc(Proc<X>, Y) - Constructor for class org.cactoos.func.ProcAsFunc
Ctor.
put(X, Y) - Method in class org.cactoos.list.IterableAsMap
 
put(X, Y) - Method in class org.cactoos.list.StickyMap
 
putAll(Map<? extends X, ? extends Y>) - Method in class org.cactoos.list.IterableAsMap
 
putAll(Map<? extends X, ? extends Y>) - Method in class org.cactoos.list.StickyMap
 

R

read() - Method in class org.cactoos.io.TeeInputStream
 
read(byte[]) - Method in class org.cactoos.io.TeeInputStream
 
read(byte[], int, int) - Method in class org.cactoos.io.TeeInputStream
 
ReducedIterable<X,T> - Class in org.cactoos.list
Iterable, which elements are "reduced" through the func.
ReducedIterable(Iterable<T>, X, BiFunc<X, T, X>) - Constructor for class org.cactoos.list.ReducedIterable
Ctor.
remove() - Method in class org.cactoos.list.FilteredIterator
 
remove(Object) - Method in class org.cactoos.list.IterableAsList
 
remove(int) - Method in class org.cactoos.list.IterableAsList
 
remove(Object) - Method in class org.cactoos.list.IterableAsMap
 
remove() - Method in class org.cactoos.list.MappedIterator
 
remove(Object) - Method in class org.cactoos.list.StickyList
 
remove(int) - Method in class org.cactoos.list.StickyList
 
remove(Object) - Method in class org.cactoos.list.StickyMap
 
removeAll(Collection<?>) - Method in class org.cactoos.list.IterableAsList
 
removeAll(Collection<?>) - Method in class org.cactoos.list.StickyList
 
RepeatedFunc<X,Y> - Class in org.cactoos.func
Func that repeats its calculation a few times before returning the last result.
RepeatedFunc(Func<X, Y>, int) - Constructor for class org.cactoos.func.RepeatedFunc
Ctor.
RepeatedText - Class in org.cactoos.text
Repeat an text count times.
RepeatedText(String, int) - Constructor for class org.cactoos.text.RepeatedText
Ctor.
RepeatedText(Text, int) - Constructor for class org.cactoos.text.RepeatedText
Ctor.
RepeatIterable<T> - Class in org.cactoos.list
Repeat an element.
RepeatIterable(T, int) - Constructor for class org.cactoos.list.RepeatIterable
Ctor.
RepeatIterable(Scalar<T>, int) - Constructor for class org.cactoos.list.RepeatIterable
Ctor.
RepeatIterable(UncheckedScalar<T>, int) - Constructor for class org.cactoos.list.RepeatIterable
Ctor.
RepeatIterator<T> - Class in org.cactoos.list
Repeat an element.
RepeatIterator(T, int) - Constructor for class org.cactoos.list.RepeatIterator
Ctor.
RepeatIterator(Scalar<T>, int) - Constructor for class org.cactoos.list.RepeatIterator
Ctor.
RepeatIterator(UncheckedScalar<T>, int) - Constructor for class org.cactoos.list.RepeatIterator
Ctor.
ReplacedText - Class in org.cactoos.text
Replace the Text.
ReplacedText(Text, String, String) - Constructor for class org.cactoos.text.ReplacedText
Ctor.
reset() - Method in class org.cactoos.io.TeeInputStream
 
ResourceAsInput - Class in org.cactoos.io
Classpath resource.
ResourceAsInput(String) - Constructor for class org.cactoos.io.ResourceAsInput
New resource input with current context ClassLoader.
ResourceAsInput(String, String) - Constructor for class org.cactoos.io.ResourceAsInput
New resource input with current context ClassLoader.
ResourceAsInput(String, Input) - Constructor for class org.cactoos.io.ResourceAsInput
New resource input with current context ClassLoader.
ResourceAsInput(String, Func<String, Input>) - Constructor for class org.cactoos.io.ResourceAsInput
New resource input with current context ClassLoader.
ResourceAsInput(String, ClassLoader) - Constructor for class org.cactoos.io.ResourceAsInput
New resource input with specified ClassLoader.
ResourceAsInput(String, Func<String, Input>, ClassLoader) - Constructor for class org.cactoos.io.ResourceAsInput
New resource input with specified ClassLoader.
retainAll(Collection<?>) - Method in class org.cactoos.list.IterableAsList
 
retainAll(Collection<?>) - Method in class org.cactoos.list.StickyList
 
RetryFunc<X,Y> - Class in org.cactoos.func
Func that will try a few times before throwing an exception.
RetryFunc(Func<X, Y>) - Constructor for class org.cactoos.func.RetryFunc
Ctor.
RetryFunc(Func<X, Y>, int) - Constructor for class org.cactoos.func.RetryFunc
Ctor.
RetryFunc(Func<X, Y>, Func<Integer, Boolean>) - Constructor for class org.cactoos.func.RetryFunc
Ctor.
RetryScalar<T> - Class in org.cactoos.func
Func that will try a few times before throwing an exception.
RetryScalar(Scalar<T>) - Constructor for class org.cactoos.func.RetryScalar
Ctor.
RetryScalar(Scalar<T>, int) - Constructor for class org.cactoos.func.RetryScalar
Ctor.
RetryScalar(Scalar<T>, Func<Integer, Boolean>) - Constructor for class org.cactoos.func.RetryScalar
Ctor.
ReversedText - Class in org.cactoos.text
Reverse the Text.
ReversedText(Text) - Constructor for class org.cactoos.text.ReversedText
Ctor.
ReverseIterable<X> - Class in org.cactoos.list
Reverse iterator.
ReverseIterable(Iterable<X>) - Constructor for class org.cactoos.list.ReverseIterable
Ctor.
run() - Method in class org.cactoos.func.FuncAsRunnable
 
run() - Method in class org.cactoos.func.RunnableWithFallback
 
RunnableAsFunc<X,Y> - Class in org.cactoos.func
Runnable as a Func.
RunnableAsFunc(Runnable) - Constructor for class org.cactoos.func.RunnableAsFunc
Ctor.
RunnableWithFallback - Class in org.cactoos.func
Runnable with a fallback plan.
RunnableWithFallback(Runnable, Proc<Throwable>) - Constructor for class org.cactoos.func.RunnableWithFallback
Ctor.

S

Scalar<T> - Interface in org.cactoos
Scalar.
ScalarHasValue<T> - Class in org.cactoos
Matcher for the value.
ScalarHasValue(T) - Constructor for class org.cactoos.ScalarHasValue
Ctor.
ScalarHasValue(Matcher<T>) - Constructor for class org.cactoos.ScalarHasValue
Ctor.
set(int, T) - Method in class org.cactoos.list.IterableAsList
 
set(int, X) - Method in class org.cactoos.list.StickyList
 
setBaseURI(String) - Method in class org.cactoos.io.InputAsLSInput
 
setByteStream(InputStream) - Method in class org.cactoos.io.InputAsLSInput
 
setCertifiedText(boolean) - Method in class org.cactoos.io.InputAsLSInput
 
setCharacterStream(Reader) - Method in class org.cactoos.io.InputAsLSInput
 
setEncoding(String) - Method in class org.cactoos.io.InputAsLSInput
 
setPublicId(String) - Method in class org.cactoos.io.InputAsLSInput
 
setStringData(String) - Method in class org.cactoos.io.InputAsLSInput
 
setSystemId(String) - Method in class org.cactoos.io.InputAsLSInput
 
setValue(V) - Method in class org.cactoos.list.MapEntry
 
size() - Method in class org.cactoos.list.IterableAsList
 
size() - Method in class org.cactoos.list.IterableAsMap
 
size() - Method in class org.cactoos.list.StickyList
 
size() - Method in class org.cactoos.list.StickyMap
 
skip(long) - Method in class org.cactoos.io.TeeInputStream
 
SkippedIterable<T> - Class in org.cactoos.list
Skipped iterable.
SkippedIterable(Iterable<T>, int) - Constructor for class org.cactoos.list.SkippedIterable
Ctor.
SkippedIterator<T> - Class in org.cactoos.list
Skipped iterator.
SkippedIterator(Iterator<T>, int) - Constructor for class org.cactoos.list.SkippedIterator
Ctor.
SortedIterable<T extends Comparable<? super T>> - Class in org.cactoos.list
Sorted iterable.
SortedIterable(T...) - Constructor for class org.cactoos.list.SortedIterable
Ctor.
SortedIterable(Iterable<T>) - Constructor for class org.cactoos.list.SortedIterable
Ctor.
SortedIterable(Comparator<T>, T...) - Constructor for class org.cactoos.list.SortedIterable
Ctor.
SortedIterable(Comparator<T>, Iterable<T>) - Constructor for class org.cactoos.list.SortedIterable
Ctor.
SortedIterator<T extends Comparable<? super T>> - Class in org.cactoos.list
Sorted iterator.
SortedIterator(Iterator<T>) - Constructor for class org.cactoos.list.SortedIterator
Ctor.
SortedIterator(Comparator<T>, Iterator<T>) - Constructor for class org.cactoos.list.SortedIterator
Ctor.
SplitText - Class in org.cactoos.text
Split the Text.
SplitText(String, String) - Constructor for class org.cactoos.text.SplitText
Ctor.
SplitText(String, Text) - Constructor for class org.cactoos.text.SplitText
Ctor.
SplitText(Text, String) - Constructor for class org.cactoos.text.SplitText
Ctor.
SplitText(Text, Text) - Constructor for class org.cactoos.text.SplitText
Ctor.
SplitText(UncheckedText, UncheckedText) - Constructor for class org.cactoos.text.SplitText
Ctor.
StderrOutput - Class in org.cactoos.io
Output that writes to stderr.
StderrOutput() - Constructor for class org.cactoos.io.StderrOutput
 
StdinInput - Class in org.cactoos.io
Input that reads from stdin.
StdinInput() - Constructor for class org.cactoos.io.StdinInput
 
StdoutOutput - Class in org.cactoos.io
Output that writes to stdout.
StdoutOutput() - Constructor for class org.cactoos.io.StdoutOutput
 
StickyFunc<X,Y> - Class in org.cactoos.func
Func that caches previously calculated values and doesn't recalculate again.
StickyFunc(Func<X, Y>) - Constructor for class org.cactoos.func.StickyFunc
Ctor.
StickyInput - Class in org.cactoos.io
Input that reads only once.
StickyInput(Input) - Constructor for class org.cactoos.io.StickyInput
Ctor.
StickyIterable<X> - Class in org.cactoos.list
Iterable that returns the same set of elements, always.
StickyIterable(Iterable<X>) - Constructor for class org.cactoos.list.StickyIterable
Ctor.
StickyIterator<X> - Class in org.cactoos.list
Iterator that returns the same set of elements always.
StickyIterator(X...) - Constructor for class org.cactoos.list.StickyIterator
Ctor.
StickyIterator(Iterator<X>) - Constructor for class org.cactoos.list.StickyIterator
Ctor.
StickyList<X> - Class in org.cactoos.list
List decorator that goes through the list only once.
StickyList(X...) - Constructor for class org.cactoos.list.StickyList
Ctor.
StickyList(Iterable<X>) - Constructor for class org.cactoos.list.StickyList
Ctor.
StickyList(Collection<X>) - Constructor for class org.cactoos.list.StickyList
Ctor.
StickyMap<X,Y> - Class in org.cactoos.list
Map decorator that goes through the map only once.
StickyMap(Map.Entry<X, Y>...) - Constructor for class org.cactoos.list.StickyMap
Ctor.
StickyMap(Iterable<Map.Entry<X, Y>>) - Constructor for class org.cactoos.list.StickyMap
Ctor.
StickyMap(Map<X, Y>) - Constructor for class org.cactoos.list.StickyMap
Ctor.
StickyScalar<T> - Class in org.cactoos.func
Cached version of a Scalar.
StickyScalar(Scalar<T>) - Constructor for class org.cactoos.func.StickyScalar
Ctor.
stream() - Method in class org.cactoos.Input.NoNulls
 
stream() - Method in interface org.cactoos.Input
Get read access to it.
stream() - Method in class org.cactoos.io.BytesAsInput
 
stream() - Method in class org.cactoos.io.DeadInput
 
stream() - Method in class org.cactoos.io.DeadOutput
 
stream() - Method in class org.cactoos.io.FileAsInput
 
stream() - Method in class org.cactoos.io.FileAsOutput
 
stream() - Method in class org.cactoos.io.InputStreamAsInput
 
stream() - Method in class org.cactoos.io.InputWithFallback
 
stream() - Method in class org.cactoos.io.OutputStreamAsOutput
 
stream() - Method in class org.cactoos.io.PathAsInput
 
stream() - Method in class org.cactoos.io.PathAsOutput
 
stream() - Method in class org.cactoos.io.ResourceAsInput
 
stream() - Method in class org.cactoos.io.StderrOutput
 
stream() - Method in class org.cactoos.io.StdinInput
 
stream() - Method in class org.cactoos.io.StdoutOutput
 
stream() - Method in class org.cactoos.io.StickyInput
 
stream() - Method in class org.cactoos.io.TeeInput
 
stream() - Method in class org.cactoos.io.UncheckedInput
 
stream() - Method in class org.cactoos.io.UncheckedOutput
 
stream() - Method in class org.cactoos.io.UrlAsInput
 
stream() - Method in class org.cactoos.Output.NoNulls
 
stream() - Method in interface org.cactoos.Output
Get write access to it.
StringAsText - Class in org.cactoos.text
String as Text.
StringAsText(String) - Constructor for class org.cactoos.text.StringAsText
Ctor.
StringAsUrl - Class in org.cactoos.text
String as URL.
StringAsUrl(String) - Constructor for class org.cactoos.text.StringAsUrl
Ctor.
StringAsUrl(Text) - Constructor for class org.cactoos.text.StringAsUrl
Ctor.
StringAsUrl(String, Charset) - Constructor for class org.cactoos.text.StringAsUrl
Ctor.
StringAsUrl(Text, Charset) - Constructor for class org.cactoos.text.StringAsUrl
Ctor.
subList(int, int) - Method in class org.cactoos.list.IterableAsList
 
subList(int, int) - Method in class org.cactoos.list.StickyList
 
SumOfInts - Class in org.cactoos.list
Int total of numbers.
SumOfInts(Scalar<Number>...) - Constructor for class org.cactoos.list.SumOfInts
Ctor.
SumOfInts(Iterable<Scalar<Number>>) - Constructor for class org.cactoos.list.SumOfInts
Ctor.
SumOfReals - Class in org.cactoos.list
Real total of numbers.
SumOfReals(Scalar<Number>...) - Constructor for class org.cactoos.list.SumOfReals
Ctor.
SumOfReals(Iterable<Scalar<Number>>) - Constructor for class org.cactoos.list.SumOfReals
Ctor.
SyncFunc<X,Y> - Class in org.cactoos.func
Func that is thread-safe.
SyncFunc(Func<X, Y>) - Constructor for class org.cactoos.func.SyncFunc
Ctor.
SyncProc<X> - Class in org.cactoos.func
Proc that is thread-safe.
SyncProc(Proc<X>) - Constructor for class org.cactoos.func.SyncProc
Ctor.
SyncScalar<T> - Class in org.cactoos.func
Scalar that is thread-safe.
SyncScalar(Scalar<T>) - Constructor for class org.cactoos.func.SyncScalar
Ctor.

T

TeeInput - Class in org.cactoos.io
Input to Output copying pipe.
TeeInput(Path, Path) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInput(Path, File) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInput(File, File) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInput(File, Path) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInput(String, File) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInput(String, Path) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInput(byte[], Path) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInput(String, Output) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInput(Input, Output) - Constructor for class org.cactoos.io.TeeInput
Ctor.
TeeInputStream - Class in org.cactoos.io
Stream that copies input to output.
TeeInputStream(InputStream, OutputStream) - Constructor for class org.cactoos.io.TeeInputStream
Ctor.
Ternary<T> - Class in org.cactoos.func
Ternary operation.
Ternary(X, Func<X, Boolean>, Func<X, T>, Func<X, T>) - Constructor for class org.cactoos.func.Ternary
Ctor.
Ternary(boolean, T, T) - Constructor for class org.cactoos.func.Ternary
Ctor.
Ternary(Scalar<Boolean>, T, T) - Constructor for class org.cactoos.func.Ternary
Ctor.
Ternary(Scalar<Boolean>, Scalar<T>, Scalar<T>) - Constructor for class org.cactoos.func.Ternary
Ctor.
Text - Interface in org.cactoos
Text.
TextAsBool - Class in org.cactoos.text
Text as Boolean.
TextAsBool(String) - Constructor for class org.cactoos.text.TextAsBool
Ctor.
TextAsBool(Text) - Constructor for class org.cactoos.text.TextAsBool
Ctor.
TextAsBytes - Class in org.cactoos.text
Text as Bytes.
TextAsBytes(String) - Constructor for class org.cactoos.text.TextAsBytes
Ctor.
TextAsBytes(Text) - Constructor for class org.cactoos.text.TextAsBytes
Ctor.
TextAsBytes(Text, Charset) - Constructor for class org.cactoos.text.TextAsBytes
Ctor.
TextAsDouble - Class in org.cactoos.text
Text as Double.
TextAsDouble(String) - Constructor for class org.cactoos.text.TextAsDouble
Ctor.
TextAsDouble(Text) - Constructor for class org.cactoos.text.TextAsDouble
Ctor.
TextAsFloat - Class in org.cactoos.text
Text as Float.
TextAsFloat(String) - Constructor for class org.cactoos.text.TextAsFloat
Ctor.
TextAsFloat(Text) - Constructor for class org.cactoos.text.TextAsFloat
Ctor.
TextAsInt - Class in org.cactoos.text
Text as Integer.
TextAsInt(String) - Constructor for class org.cactoos.text.TextAsInt
Ctor.
TextAsInt(Text) - Constructor for class org.cactoos.text.TextAsInt
Ctor.
TextAsLong - Class in org.cactoos.text
Text as Long.
TextAsLong(String) - Constructor for class org.cactoos.text.TextAsLong
Ctor.
TextAsLong(Text) - Constructor for class org.cactoos.text.TextAsLong
Ctor.
TextHasString - Class in org.cactoos
Matcher for the content.
TextHasString(String) - Constructor for class org.cactoos.TextHasString
Ctor.
TextHasString(Matcher<String>) - Constructor for class org.cactoos.TextHasString
Ctor.
ThrowableAsBytes - Class in org.cactoos.text
Throwable as Text.
ThrowableAsBytes(Throwable) - Constructor for class org.cactoos.text.ThrowableAsBytes
Ctor.
toArray() - Method in class org.cactoos.list.IterableAsList
 
toArray(Y[]) - Method in class org.cactoos.list.IterableAsList
 
toArray() - Method in class org.cactoos.list.StickyList
 
toArray(Y[]) - Method in class org.cactoos.list.StickyList
 
TrimmedText - Class in org.cactoos.text
Text without control characters (char <= 32) from both ends.
TrimmedText(Text) - Constructor for class org.cactoos.text.TrimmedText
Ctor.
True - Class in org.cactoos.func
Logical truth.
True() - Constructor for class org.cactoos.func.True
 

U

UncheckedBytes - Class in org.cactoos.io
Bytes that doesn't throw checked Exception.
UncheckedBytes(Bytes) - Constructor for class org.cactoos.io.UncheckedBytes
Ctor.
UncheckedBytes(Bytes, Func<IOException, byte[]>) - Constructor for class org.cactoos.io.UncheckedBytes
Ctor.
UncheckedFunc<X,Y> - Class in org.cactoos.func
Func that doesn't throw checked Exception.
UncheckedFunc(Func<X, Y>) - Constructor for class org.cactoos.func.UncheckedFunc
Ctor.
UncheckedInput - Class in org.cactoos.io
Input that doesn't throw checked Exception.
UncheckedInput(Input) - Constructor for class org.cactoos.io.UncheckedInput
Ctor.
UncheckedOutput - Class in org.cactoos.io
Input that doesn't throw checked Exception.
UncheckedOutput(Output) - Constructor for class org.cactoos.io.UncheckedOutput
Ctor.
UncheckedProc<X> - Class in org.cactoos.func
Proc that doesn't throw checked Exception.
UncheckedProc(Proc<X>) - Constructor for class org.cactoos.func.UncheckedProc
Ctor.
UncheckedScalar<T> - Class in org.cactoos.func
Scalar that doesn't throw checked Exception.
UncheckedScalar(Scalar<T>) - Constructor for class org.cactoos.func.UncheckedScalar
Ctor.
UncheckedText - Class in org.cactoos.text
Text that doesn't throw checked Exception.
UncheckedText(String) - Constructor for class org.cactoos.text.UncheckedText
Ctor.
UncheckedText(Text) - Constructor for class org.cactoos.text.UncheckedText
Ctor.
UncheckedText(Text, Func<IOException, String>) - Constructor for class org.cactoos.text.UncheckedText
Ctor.
UpperText - Class in org.cactoos.text
Text in upper case.
UpperText(Text) - Constructor for class org.cactoos.text.UpperText
Ctor.
UpperText(Text, Locale) - Constructor for class org.cactoos.text.UpperText
Ctor.
UrlAsInput - Class in org.cactoos.io
URL as Input.
UrlAsInput(String) - Constructor for class org.cactoos.io.UrlAsInput
Ctor.
UrlAsInput(URI) - Constructor for class org.cactoos.io.UrlAsInput
Ctor.
UrlAsInput(URL) - Constructor for class org.cactoos.io.UrlAsInput
Ctor.
UrlAsInput(Scalar<URL>) - Constructor for class org.cactoos.io.UrlAsInput
Ctor.
UrlAsString - Class in org.cactoos.text
URL as String.
UrlAsString(String) - Constructor for class org.cactoos.text.UrlAsString
Ctor.
UrlAsString(Text) - Constructor for class org.cactoos.text.UrlAsString
Ctor.
UrlAsString(String, Charset) - Constructor for class org.cactoos.text.UrlAsString
Ctor.
UrlAsString(Text, Charset) - Constructor for class org.cactoos.text.UrlAsString
Ctor.

V

value() - Method in class org.cactoos.func.And
 
value() - Method in class org.cactoos.func.Equals
 
value() - Method in class org.cactoos.func.False
 
value() - Method in class org.cactoos.func.IoCheckedScalar
 
value() - Method in class org.cactoos.func.Neg
 
value() - Method in class org.cactoos.func.Or
 
value() - Method in class org.cactoos.func.RetryScalar
 
value() - Method in class org.cactoos.func.StickyScalar
 
value() - Method in class org.cactoos.func.SyncScalar
 
value() - Method in class org.cactoos.func.Ternary
 
value() - Method in class org.cactoos.func.True
 
value() - Method in class org.cactoos.func.UncheckedScalar
 
value() - Method in class org.cactoos.io.InputAsProperties
 
value() - Method in class org.cactoos.io.LengthOfInput
 
value() - Method in class org.cactoos.list.ItemOfIterable
 
value() - Method in class org.cactoos.list.ItemOfIterator
 
value() - Method in class org.cactoos.list.LengthOfIterable
 
value() - Method in class org.cactoos.list.LengthOfIterator
 
value() - Method in class org.cactoos.list.MapAsProperties
 
value() - Method in class org.cactoos.list.Max
 
value() - Method in class org.cactoos.list.Min
 
value() - Method in class org.cactoos.list.ReducedIterable
 
value() - Method in class org.cactoos.list.SumOfInts
 
value() - Method in class org.cactoos.list.SumOfReals
 
value() - Method in interface org.cactoos.Scalar
Convert it to the value.
value() - Method in class org.cactoos.text.IsBlank
 
value() - Method in class org.cactoos.text.StringAsUrl
 
value() - Method in class org.cactoos.text.TextAsBool
 
value() - Method in class org.cactoos.text.TextAsDouble
 
value() - Method in class org.cactoos.text.TextAsFloat
 
value() - Method in class org.cactoos.text.TextAsInt
 
value() - Method in class org.cactoos.text.TextAsLong
 
value() - Method in class org.cactoos.text.UrlAsString
 
values() - Method in class org.cactoos.list.IterableAsMap
 
values() - Method in class org.cactoos.list.StickyMap
 
A B C D E F G H I J K L M N O P R S T U V 
Skip navigation links

Copyright © 2017 Cactoos. All rights reserved.