Index

A C F I L N O P T 
All Classes and Interfaces|All Packages

A

accept(int, int) - Method in interface com.github.fmjsjx.libcommon.function.IntBiConsumer
Performs this operation on the given arguments.
accept(int, int) - Method in interface com.github.fmjsjx.libcommon.function.IntForEachAction
Performs this operation on the given arguments.
accept(int, T) - Method in interface com.github.fmjsjx.libcommon.function.ForEachAction
Performs this operation on the given arguments.
accept(long, long) - Method in interface com.github.fmjsjx.libcommon.function.LongBiConsumer
Performs this operation on the given arguments.
accept(long, long) - Method in interface com.github.fmjsjx.libcommon.function.LongForEachAction
Performs this operation on the given arguments.
and(ForEachProcessor<? super T>) - Method in interface com.github.fmjsjx.libcommon.function.ForEachProcessor
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(IntBiPredicate) - Method in interface com.github.fmjsjx.libcommon.function.IntBiPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(IntForEachProcessor) - Method in interface com.github.fmjsjx.libcommon.function.IntForEachProcessor
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(LongBiPredicate) - Method in interface com.github.fmjsjx.libcommon.function.LongBiPredicate
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
and(LongForEachProcessor) - Method in interface com.github.fmjsjx.libcommon.function.LongForEachProcessor
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.
andThen(ForEachAction<? super T>) - Method in interface com.github.fmjsjx.libcommon.function.ForEachAction
Returns a composed ForEachAction that performs, in sequence, this operation followed by the after operation.
andThen(IntBiConsumer) - Method in interface com.github.fmjsjx.libcommon.function.IntBiConsumer
Returns a composed IntBiConsumer that performs, in sequence, this operation followed by the after operation.
andThen(IntForEachAction) - Method in interface com.github.fmjsjx.libcommon.function.IntForEachAction
Returns a composed IntForEachAction that performs, in sequence, this operation followed by the after operation.
andThen(LongBiConsumer) - Method in interface com.github.fmjsjx.libcommon.function.LongBiConsumer
Returns a composed LongBiConsumer that performs, in sequence, this operation followed by the after operation.
andThen(LongForEachAction) - Method in interface com.github.fmjsjx.libcommon.function.LongForEachAction
Returns a composed LongForEachAction that performs, in sequence, this operation followed by the after operation.

C

com.github.fmjsjx.libcommon.function - package com.github.fmjsjx.libcommon.function
 

F

ForEachAction<T> - Interface in com.github.fmjsjx.libcommon.function
Represents an operation that accepts two input arguments and returns no result.
ForEachProcessor<T> - Interface in com.github.fmjsjx.libcommon.function
Represents a predicate (boolean-valued function) that accepts two input arguments and returns no result.

I

IntBiConsumer - Interface in com.github.fmjsjx.libcommon.function
Represents an operation that accepts two int-valued input arguments and returns no result.
IntBiPredicate - Interface in com.github.fmjsjx.libcommon.function
Represents a predicate (boolean-valued function) of two int-valued arguments.
IntForEachAction - Interface in com.github.fmjsjx.libcommon.function
Represents an operation that accepts two input arguments and returns no result.
IntForEachProcessor - Interface in com.github.fmjsjx.libcommon.function
Represents a predicate (boolean-valued function) of two int-valued arguments.

L

LongBiConsumer - Interface in com.github.fmjsjx.libcommon.function
Represents an operation that accepts two long-valued input arguments and returns no result.
LongBiPredicate - Interface in com.github.fmjsjx.libcommon.function
Represents a predicate (boolean-valued function) of two long-valued arguments.
LongForEachAction - Interface in com.github.fmjsjx.libcommon.function
Represents an operation that accepts two input arguments and returns no result.
LongForEachProcessor - Interface in com.github.fmjsjx.libcommon.function
Represents a predicate (boolean-valued function) of two arguments.

N

negate() - Method in interface com.github.fmjsjx.libcommon.function.ForEachProcessor
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface com.github.fmjsjx.libcommon.function.IntBiPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface com.github.fmjsjx.libcommon.function.IntForEachProcessor
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface com.github.fmjsjx.libcommon.function.LongBiPredicate
Returns a predicate that represents the logical negation of this predicate.
negate() - Method in interface com.github.fmjsjx.libcommon.function.LongForEachProcessor
Returns a predicate that represents the logical negation of this predicate.

O

or(ForEachProcessor<? super T>) - Method in interface com.github.fmjsjx.libcommon.function.ForEachProcessor
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(IntBiPredicate) - Method in interface com.github.fmjsjx.libcommon.function.IntBiPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(IntForEachProcessor) - Method in interface com.github.fmjsjx.libcommon.function.IntForEachProcessor
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(LongBiPredicate) - Method in interface com.github.fmjsjx.libcommon.function.LongBiPredicate
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.
or(LongForEachProcessor) - Method in interface com.github.fmjsjx.libcommon.function.LongForEachProcessor
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.

P

process(int, int) - Method in interface com.github.fmjsjx.libcommon.function.IntForEachProcessor
Evaluates this predicate on the given arguments.
process(int, long) - Method in interface com.github.fmjsjx.libcommon.function.LongForEachProcessor
Evaluates this predicate on the given arguments.
process(int, T) - Method in interface com.github.fmjsjx.libcommon.function.ForEachProcessor
Evaluates this predicate on the given arguments.

T

test(int, int) - Method in interface com.github.fmjsjx.libcommon.function.IntBiPredicate
Evaluates this predicate on the given arguments.
test(int, int) - Method in interface com.github.fmjsjx.libcommon.function.IntForEachProcessor
 
test(long, long) - Method in interface com.github.fmjsjx.libcommon.function.LongBiPredicate
Evaluates this predicate on the given arguments.
A C F I L N O P T 
All Classes and Interfaces|All Packages