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

A

AllOf - Class in org.cactoos.list
Is true when all items in the collection are true.
AllOf(Iterable<Boolean>) - Constructor for class org.cactoos.list.AllOf
Ctor.
AlwaysTrueFunc<X> - Class in org.cactoos.func
Func as that is always true.
AlwaysTrueFunc(Proc<X>) - Constructor for class org.cactoos.func.AlwaysTrueFunc
Ctor.
AlwaysTrueFunc(Func<X, ?>) - Constructor for class org.cactoos.func.AlwaysTrueFunc
Ctor.
AnyOf - Class in org.cactoos.list
Is true when any item in the collection is true.
AnyOf(Iterable<Boolean>) - Constructor for class org.cactoos.list.AnyOf
Ctor.
apply(X) - Method in class org.cactoos.func.AlwaysTrueFunc
 
apply(X) - Method in interface org.cactoos.Func
Apply it.
apply(X) - Method in class org.cactoos.func.CallableAsFunc
 
apply(X) - Method in class org.cactoos.func.ConstFunc
 
apply(X) - Method in class org.cactoos.func.FuncWithCallback
 
apply(X) - Method in class org.cactoos.func.IoCheckedFunc
 
apply(X) - Method in class org.cactoos.func.ProcAsFunc
 
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.BytesAsText
 
asString() - Method in class org.cactoos.text.FormattedText
 
asString() - Method in class org.cactoos.text.LowerText
 
asString() - Method in class org.cactoos.text.NotNullText
 
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
 
asValue() - Method in class org.cactoos.func.IoCheckedScalar
 
asValue() - Method in class org.cactoos.func.StickyScalar
 
asValue() - Method in class org.cactoos.func.SyncScalar
 
asValue() - Method in class org.cactoos.func.UncheckedScalar
 
asValue() - Method in class org.cactoos.io.LengthOfInput
 
asValue() - Method in class org.cactoos.list.AllOf
 
asValue() - Method in class org.cactoos.list.AnyOf
 
asValue() - Method in class org.cactoos.list.FirstOf
 
asValue() - Method in class org.cactoos.list.IterableAsBoolean
 
asValue() - Method in class org.cactoos.list.LengthOfIterable
 
asValue() - Method in class org.cactoos.list.LengthOfIterator
 
asValue() - Method in interface org.cactoos.Scalar
Convert it to the value.
asValue() - Method in class org.cactoos.text.IsBlank
 
asValue() - Method in class org.cactoos.text.StringAsUrl
 
asValue() - Method in class org.cactoos.text.TextAsBool
 
asValue() - Method in class org.cactoos.text.TextAsDouble
 
asValue() - Method in class org.cactoos.text.TextAsFloat
 
asValue() - Method in class org.cactoos.text.TextAsInt
 
asValue() - Method in class org.cactoos.text.TextAsLong
 
asValue() - Method in class org.cactoos.text.UrlAsString
 
available() - Method in class org.cactoos.io.TeeInputStream
 

B

Bytes - Interface in org.cactoos
Bytes.
BytesAsInput - Class in org.cactoos.io
Bytes as Input.
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(byte[]) - Constructor for class org.cactoos.text.BytesAsText
Ctor.
BytesAsText(Bytes) - 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.
clear() - Method in class org.cactoos.list.IterableAsMap
 
close() - Method in class org.cactoos.io.TeeInputStream
 
ConcatenatedIterable<T> - Class in org.cactoos.list
A few Iterables joined together.
ConcatenatedIterable(Iterable<T>...) - Constructor for class org.cactoos.list.ConcatenatedIterable
Ctor.
ConcatenatedIterable(Iterable<Iterable<T>>) - Constructor for class org.cactoos.list.ConcatenatedIterable
Ctor.
ConcatenatedIterator<T> - Class in org.cactoos.list
A few Iterables joined together.
ConcatenatedIterator(Iterator<T>...) - Constructor for class org.cactoos.list.ConcatenatedIterator
Ctor.
ConcatenatedIterator(Iterable<Iterator<T>>) - Constructor for class org.cactoos.list.ConcatenatedIterator
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.
containsKey(Object) - Method in class org.cactoos.list.IterableAsMap
 
containsValue(Object) - Method in class org.cactoos.list.IterableAsMap
 

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.
entrySet() - Method in class org.cactoos.list.IterableAsMap
 
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

FileAsInput - Class in org.cactoos.io
File as Input.
FileAsInput(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.
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.
FirstOf<T> - Class in org.cactoos.list
First element in Iterable.
FirstOf(Iterable<T>) - Constructor for class org.cactoos.list.FirstOf
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.
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.
FuncAsRunnable - Class in org.cactoos.func
Func as Runnable.
FuncAsRunnable(Func<?, ?>) - Constructor for class org.cactoos.func.FuncAsRunnable
Ctor.
FuncWithCallback<X,Y> - Class in org.cactoos.func
Func with Callback.
FuncWithCallback(Func<X, Y>, Func<Throwable, Y>) - Constructor for class org.cactoos.func.FuncWithCallback
Ctor.
FuncWithCallback(Func<X, Y>, Func<Throwable, Y>, Func<Y, Y>) - Constructor for class org.cactoos.func.FuncWithCallback
Ctor.

G

get(int) - Method in class org.cactoos.list.IterableAsList
 
get(Object) - Method in class org.cactoos.list.IterableAsMap
 

H

hasNext() - Method in class org.cactoos.list.ConcatenatedIterator
 
hasNext() - Method in class org.cactoos.list.EndlessIterator
 
hasNext() - Method in class org.cactoos.list.FilteredIterator
 
hasNext() - Method in class org.cactoos.list.RepeatIterator
 
hasNext() - Method in class org.cactoos.list.TransformedIterator
 

I

Input - Interface in org.cactoos
Input.
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.
InputStreamAsInput - Class in org.cactoos.io
InputStream as Input.
InputStreamAsInput(InputStream) - Constructor for class org.cactoos.io.InputStreamAsInput
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.IterableAsMap
 
IterableAsBoolean<X> - Class in org.cactoos.list
Iterable into boolean.
IterableAsBoolean(Iterable<X>, Func<X, Boolean>) - Constructor for class org.cactoos.list.IterableAsBoolean
Ctor.
IterableAsBooleans<X> - Class in org.cactoos.list
Iterable into booleans.
IterableAsBooleans(Iterable<X>, Func<X, Boolean>) - Constructor for class org.cactoos.list.IterableAsBooleans
Ctor.
IterableAsList<T> - Class in org.cactoos.list
Iterable as List.
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.ConcatenatedIterable
 
iterator() - Method in class org.cactoos.list.EndlessIterable
 
iterator() - Method in class org.cactoos.list.FilteredIterable
 
iterator() - Method in class org.cactoos.list.IterableAsBooleans
 
iterator() - Method in class org.cactoos.list.RepeatIterable
 
iterator() - Method in class org.cactoos.list.TransformedIterable
 

K

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

L

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.
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

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
 

N

next() - Method in class org.cactoos.list.ConcatenatedIterator
 
next() - Method in class org.cactoos.list.EndlessIterator
 
next() - Method in class org.cactoos.list.FilteredIterator
 
next() - Method in class org.cactoos.list.RepeatIterator
 
next() - Method in class org.cactoos.list.TransformedIterator
 
NotNullInput - Class in org.cactoos.io
A safe Input.
NotNullInput(Input) - Constructor for class org.cactoos.io.NotNullInput
Ctor.
NotNullOutput - Class in org.cactoos.io
A safe Output.
NotNullOutput(Output) - Constructor for class org.cactoos.io.NotNullOutput
Ctor.
NotNullText - Class in org.cactoos.text
A safe Text.
NotNullText(Text) - Constructor for class org.cactoos.text.NotNullText
Ctor.

O

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.
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.
put(X, Y) - Method in class org.cactoos.list.IterableAsMap
 
putAll(Map<? extends X, ? extends Y>) - Method in class org.cactoos.list.IterableAsMap
 

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
 
remove() - Method in class org.cactoos.list.FilteredIterator
 
remove(Object) - Method in class org.cactoos.list.IterableAsMap
 
remove() - Method in class org.cactoos.list.TransformedIterator
 
RepeatIterable<T> - Class in org.cactoos.list
Repeat an element.
RepeatIterable(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.
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.
ReversedText - Class in org.cactoos.text
Reverse the Text.
ReversedText(Text) - Constructor for class org.cactoos.text.ReversedText
Ctor.
run() - Method in class org.cactoos.func.FuncAsRunnable
 
RunnableAsFunc<X,Y> - Class in org.cactoos.func
Runnable as a Func.
RunnableAsFunc(Runnable) - Constructor for class org.cactoos.func.RunnableAsFunc
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.
size() - Method in class org.cactoos.list.IterableAsList
 
size() - Method in class org.cactoos.list.IterableAsMap
 
skip(long) - Method in class org.cactoos.io.TeeInputStream
 
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.
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 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.NotNullInput
 
stream() - Method in class org.cactoos.io.NotNullOutput
 
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.TeeInput
 
stream() - Method in class org.cactoos.io.UrlAsInput
 
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.
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.
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.
TransformedIterable<X,Y> - Class in org.cactoos.list
Transformed iterable.
TransformedIterable(Iterable<X>, Func<X, Y>) - Constructor for class org.cactoos.list.TransformedIterable
Ctor.
TransformedIterator<X,Y> - Class in org.cactoos.list
Transformed iterator.
TransformedIterator(Iterator<X>, Func<X, Y>) - Constructor for class org.cactoos.list.TransformedIterator
Ctor.
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.

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.
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(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(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

values() - Method in class org.cactoos.list.IterableAsMap
 
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2017 Cactoos. All rights reserved.