Skip navigation links
A B C D F I L N S T 

A

AbstractBooleanConsumer1<C extends AbstractBooleanConsumer1<C>> - Interface in net.ashwork.functionality.consumer.abstracts.primitive.booleans
Represents an operation that accepts a boolean-valued argument and returns no result.
AbstractByteConsumer1<C extends AbstractByteConsumer1<C>> - Interface in net.ashwork.functionality.consumer.abstracts.primitive.bytes
Represents an operation that accepts a byte-valued argument and returns no result.
AbstractCharConsumer1<C extends AbstractCharConsumer1<C>> - Interface in net.ashwork.functionality.consumer.abstracts.primitive.chars
Represents an operation that accepts a char-valued argument and returns no result.
AbstractConsumer0<C extends AbstractConsumer0<C>> - Interface in net.ashwork.functionality.consumer.abstracts
Represents an operation that accepts no arguments and returns no result.
AbstractConsumer1<T1,C extends AbstractConsumer1<T1,C>> - Interface in net.ashwork.functionality.consumer.abstracts
Represents an operation that accepts one argument and returns no result.
AbstractConsumer2<T1,T2,C extends AbstractConsumer2<T1,T2,C>> - Interface in net.ashwork.functionality.consumer.abstracts
Represents an operation that accepts two arguments and returns no result.
AbstractConsumerN<C extends AbstractConsumerN<C>> - Interface in net.ashwork.functionality.consumer.abstracts
Represents an operation that accepts n arguments and returns no result.
AbstractDoubleConsumer1<C extends AbstractDoubleConsumer1<C>> - Interface in net.ashwork.functionality.consumer.abstracts.primitive.doubles
Represents an operation that accepts a double-valued argument and returns no result.
AbstractFloatConsumer1<C extends AbstractFloatConsumer1<C>> - Interface in net.ashwork.functionality.consumer.abstracts.primitive.floats
Represents an operation that accepts a float-valued argument and returns no result.
AbstractIntConsumer1<C extends AbstractIntConsumer1<C>> - Interface in net.ashwork.functionality.consumer.abstracts.primitive.ints
Represents an operation that accepts an int-valued argument and returns no result.
AbstractLongConsumer1<C extends AbstractLongConsumer1<C>> - Interface in net.ashwork.functionality.consumer.abstracts.primitive.longs
Represents an operation that accepts a long-valued argument and returns no result.
AbstractShortConsumer1<C extends AbstractShortConsumer1<C>> - Interface in net.ashwork.functionality.consumer.abstracts.primitive.shorts
Represents an operation that accepts a short-valued argument and returns no result.
accept() - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer0
Performs this operation.
accept(T1) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer1
Performs this operation on the given argument.
accept(T1, T2) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer2
Performs this operation on the given arguments.
accept(boolean) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.booleans.AbstractBooleanConsumer1
Performs this operation on the given argument.
accept(byte) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.bytes.AbstractByteConsumer1
Performs this operation on the given argument.
accept(char) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.chars.AbstractCharConsumer1
Performs this operation on the given argument.
accept(double) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
Performs this operation on the given argument.
accept(float) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.floats.AbstractFloatConsumer1
Performs this operation on the given argument.
accept(int) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
Performs this operation on the given argument.
accept(long) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
Performs this operation on the given argument.
accept(short) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.shorts.AbstractShortConsumer1
Performs this operation on the given argument.
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer0
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer1
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer2
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumerN
Performs this operation on the given arguments.
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.booleans.AbstractBooleanConsumer1
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.bytes.AbstractByteConsumer1
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.chars.AbstractCharConsumer1
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.floats.AbstractFloatConsumer1
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
 
acceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.shorts.AbstractShortConsumer1
 
acceptAllUnchecked(Object...) - Method in class net.ashwork.functionality.consumer.ConsumerN.Instance
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer0
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer0
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer1
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer2
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer2
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumerN
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.booleans.AbstractBooleanConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.booleans.AbstractBooleanConsumer1
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.bytes.AbstractByteConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.bytes.AbstractByteConsumer1
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.chars.AbstractCharConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.chars.AbstractCharConsumer1
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.floats.AbstractFloatConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.floats.AbstractFloatConsumer1
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.shorts.AbstractShortConsumer1
 
andThen(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.shorts.AbstractShortConsumer1
 
andThen(Consumer0) - Method in interface net.ashwork.functionality.consumer.Consumer0
 
andThen(Consumer1<T1>) - Method in interface net.ashwork.functionality.consumer.Consumer1
 
andThen(Consumer2<T1, T2>) - Method in interface net.ashwork.functionality.consumer.Consumer2
 
andThen(ConsumerN) - Method in interface net.ashwork.functionality.consumer.ConsumerN
 
andThen(ConsumerN.Instance) - Method in class net.ashwork.functionality.consumer.ConsumerN.Instance
 
andThen(Function1<? super Void, ? extends V>) - Method in class net.ashwork.functionality.consumer.ConsumerN.Instance
 
andThen(C) - Method in interface net.ashwork.functionality.consumer.partial.ConsumerChainable
Returns a chained object that performs, in sequence, this operation followed by the after operation.
andThen(C) - Method in interface net.ashwork.functionality.consumer.partial.ConsumerChainableConsumer
 
andThen(BooleanConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.booleans.BooleanConsumer1
 
andThen(ByteConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.bytes.ByteConsumer1
 
andThen(CharConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.chars.CharConsumer1
 
andThen(DoubleConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.doubles.DoubleConsumer1
 
andThen(FloatConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.floats.FloatConsumer1
 
andThen(IntConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.ints.IntConsumer1
 
andThen(LongConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.longs.LongConsumer1
 
andThen(ShortConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.shorts.ShortConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer0
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer0
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer2
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer2
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumerN
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.booleans.AbstractBooleanConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.booleans.AbstractBooleanConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.bytes.AbstractByteConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.bytes.AbstractByteConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.chars.AbstractCharConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.chars.AbstractCharConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.floats.AbstractFloatConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.floats.AbstractFloatConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.shorts.AbstractShortConsumer1
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.shorts.AbstractShortConsumer1
 
andThenUnchecked(Consumer0) - Method in interface net.ashwork.functionality.consumer.Consumer0
 
andThenUnchecked(Consumer1<T1>) - Method in interface net.ashwork.functionality.consumer.Consumer1
 
andThenUnchecked(Consumer2<T1, T2>) - Method in interface net.ashwork.functionality.consumer.Consumer2
 
andThenUnchecked(ConsumerN) - Method in interface net.ashwork.functionality.consumer.ConsumerN
 
andThenUnchecked(ConsumerN.Instance) - Method in class net.ashwork.functionality.consumer.ConsumerN.Instance
 
andThenUnchecked(Function1<? super Void, ? extends V>) - Method in class net.ashwork.functionality.consumer.ConsumerN.Instance
 
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.partial.ConsumerChainable
Returns a chained object that performs, in sequence, this operation followed by the after operation.
andThenUnchecked(C) - Method in interface net.ashwork.functionality.consumer.partial.ConsumerChainableConsumer
 
andThenUnchecked(BooleanConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.booleans.BooleanConsumer1
 
andThenUnchecked(ByteConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.bytes.ByteConsumer1
 
andThenUnchecked(CharConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.chars.CharConsumer1
 
andThenUnchecked(DoubleConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.doubles.DoubleConsumer1
 
andThenUnchecked(FloatConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.floats.FloatConsumer1
 
andThenUnchecked(IntConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.ints.IntConsumer1
 
andThenUnchecked(LongConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.longs.LongConsumer1
 
andThenUnchecked(ShortConsumer1) - Method in interface net.ashwork.functionality.consumer.primitive.shorts.ShortConsumer1
 
applyAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumerN
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer0
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer1
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer2
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.booleans.AbstractBooleanConsumer1
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.bytes.AbstractByteConsumer1
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.chars.AbstractCharConsumer1
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.floats.AbstractFloatConsumer1
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
 
arity() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.shorts.AbstractShortConsumer1
 
arity() - Method in class net.ashwork.functionality.consumer.ConsumerN.Instance
 

B

BooleanConsumer1 - Interface in net.ashwork.functionality.consumer.primitive.booleans
Represents an operation that accepts a boolean-valued argument and returns no result.
boxInput() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.booleans.AbstractBooleanConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.bytes.AbstractByteConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.chars.AbstractCharConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.floats.AbstractFloatConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.shorts.AbstractShortConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.primitive.booleans.BooleanConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.primitive.bytes.ByteConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.primitive.chars.CharConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.primitive.doubles.DoubleConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.primitive.floats.FloatConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.primitive.ints.IntConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.primitive.longs.LongConsumer1
 
boxInput() - Method in interface net.ashwork.functionality.consumer.primitive.shorts.ShortConsumer1
 
ByteConsumer1 - Interface in net.ashwork.functionality.consumer.primitive.bytes
Represents an operation that accepts a byte-valued argument and returns no result.

C

CharConsumer1 - Interface in net.ashwork.functionality.consumer.primitive.chars
Represents an operation that accepts a char-valued argument and returns no result.
Consumer0 - Interface in net.ashwork.functionality.consumer
Represents an operation that accepts no arguments and returns no result.
Consumer1<T1> - Interface in net.ashwork.functionality.consumer
Represents an operation that accepts one argument and returns no result.
Consumer2<T1,T2> - Interface in net.ashwork.functionality.consumer
Represents an operation that accepts two arguments and returns no result.
ConsumerChainable<C extends ConsumerChainable<C>> - Interface in net.ashwork.functionality.consumer.partial
Represents a chainable object to which this operation can be chained to have another operation execute directly after this.
ConsumerChainableConsumer<C extends ConsumerChainableConsumer<C>> - Interface in net.ashwork.functionality.consumer.partial
Represents a ConsumerChainable to which the chained consumer is also a chainable object.
ConsumerN - Interface in net.ashwork.functionality.consumer
Represents an operation that accepts n arguments and returns no result.
ConsumerN.Instance - Class in net.ashwork.functionality.consumer
An instance of AbstractConsumerN which properly defines the arity of that particular consumer.

D

DoubleConsumer1 - Interface in net.ashwork.functionality.consumer.primitive.doubles
Represents an operation that accepts a double-valued argument and returns no result.

F

FloatConsumer1 - Interface in net.ashwork.functionality.consumer.primitive.floats
Represents an operation that accepts a float-valued argument and returns no result.
fromVariant(Runnable) - Static method in interface net.ashwork.functionality.consumer.Consumer0
Creates an instance of this object from its Runnable variant.
fromVariant(Consumer<? super T1>) - Static method in interface net.ashwork.functionality.consumer.Consumer1
Creates an instance of this object from its Consumer variant.
fromVariant(BiConsumer<? super T1, ? super T2>) - Static method in interface net.ashwork.functionality.consumer.Consumer2
Creates an instance of this object from its BiConsumer variant.
fromVariant(DoubleConsumer) - Static method in interface net.ashwork.functionality.consumer.primitive.doubles.DoubleConsumer1
Creates an instance of this object from its DoubleConsumer variant.
fromVariant(IntConsumer) - Static method in interface net.ashwork.functionality.consumer.primitive.ints.IntConsumer1
Creates an instance of this object from its IntConsumer variant.
fromVariant(LongConsumer) - Static method in interface net.ashwork.functionality.consumer.primitive.longs.LongConsumer1
Creates an instance of this object from its LongConsumer variant.

I

Instance(int, Consumer1<Object[]>) - Constructor for class net.ashwork.functionality.consumer.ConsumerN.Instance
Constructs an instance of the consumer.
IntConsumer1 - Interface in net.ashwork.functionality.consumer.primitive.ints
Represents an operation that accepts an int-valued argument and returns no result.

L

LongConsumer1 - Interface in net.ashwork.functionality.consumer.primitive.longs
Represents an operation that accepts a long-valued argument and returns no result.

N

net.ashwork.functionality.consumer - package net.ashwork.functionality.consumer
This package holds all basic Consumers (from some input(s) T1, T2, ...
net.ashwork.functionality.consumer.abstracts - package net.ashwork.functionality.consumer.abstracts
The interfaces in this package are annotated with InheritOnly.
net.ashwork.functionality.consumer.abstracts.primitive.booleans - package net.ashwork.functionality.consumer.abstracts.primitive.booleans
Abstract consumers that have specialized boolean-valued type parameters.
net.ashwork.functionality.consumer.abstracts.primitive.bytes - package net.ashwork.functionality.consumer.abstracts.primitive.bytes
Abstract consumers that have specialized byte-valued type parameters.
net.ashwork.functionality.consumer.abstracts.primitive.chars - package net.ashwork.functionality.consumer.abstracts.primitive.chars
Abstract consumers that have specialized char-valued type parameters.
net.ashwork.functionality.consumer.abstracts.primitive.doubles - package net.ashwork.functionality.consumer.abstracts.primitive.doubles
Abstract consumers that have specialized double-valued type parameters.
net.ashwork.functionality.consumer.abstracts.primitive.floats - package net.ashwork.functionality.consumer.abstracts.primitive.floats
Abstract consumers that have specialized float-valued type parameters.
net.ashwork.functionality.consumer.abstracts.primitive.ints - package net.ashwork.functionality.consumer.abstracts.primitive.ints
Abstract consumers that have specialized int-valued type parameters.
net.ashwork.functionality.consumer.abstracts.primitive.longs - package net.ashwork.functionality.consumer.abstracts.primitive.longs
Abstract consumers that have specialized long-valued type parameters.
net.ashwork.functionality.consumer.abstracts.primitive.shorts - package net.ashwork.functionality.consumer.abstracts.primitive.shorts
Abstract consumers that have specialized short-valued type parameters.
net.ashwork.functionality.consumer.partial - package net.ashwork.functionality.consumer.partial
Partial expressions are genericized portions of the functional interfaces that can apply to multiple unrelated functional interfaces.
net.ashwork.functionality.consumer.primitive.booleans - package net.ashwork.functionality.consumer.primitive.booleans
Consumers that have specialized boolean-valued type parameters.
net.ashwork.functionality.consumer.primitive.bytes - package net.ashwork.functionality.consumer.primitive.bytes
Consumers that have specialized byte-valued type parameters.
net.ashwork.functionality.consumer.primitive.chars - package net.ashwork.functionality.consumer.primitive.chars
Consumers that have specialized char-valued type parameters.
net.ashwork.functionality.consumer.primitive.doubles - package net.ashwork.functionality.consumer.primitive.doubles
Consumers that have specialized double-valued type parameters.
net.ashwork.functionality.consumer.primitive.floats - package net.ashwork.functionality.consumer.primitive.floats
Consumers that have specialized float-valued type parameters.
net.ashwork.functionality.consumer.primitive.ints - package net.ashwork.functionality.consumer.primitive.ints
Consumers that have specialized int-valued type parameters.
net.ashwork.functionality.consumer.primitive.longs - package net.ashwork.functionality.consumer.primitive.longs
Consumers that have specialized long-valued type parameters.
net.ashwork.functionality.consumer.primitive.shorts - package net.ashwork.functionality.consumer.primitive.shorts
Consumers that have specialized short-valued type parameters.

S

ShortConsumer1 - Interface in net.ashwork.functionality.consumer.primitive.shorts
Represents an operation that accepts a short-valued argument and returns no result.
sizedAcceptAllUnchecked(Object...) - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumerN
Performs this operation on the given arguments.

T

toVariant() - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer0
 
toVariant() - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer1
 
toVariant() - Method in interface net.ashwork.functionality.consumer.abstracts.AbstractConsumer2
 
toVariant() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.doubles.AbstractDoubleConsumer1
 
toVariant() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.ints.AbstractIntConsumer1
 
toVariant() - Method in interface net.ashwork.functionality.consumer.abstracts.primitive.longs.AbstractLongConsumer1
 
A B C D F I L N S T 
Skip navigation links