Index

A B C D F G I L O P R S T U 
All Classes and Interfaces|All Packages

A

accept(double) - Method in interface cool.scx.function.DoubleConsumerX
 
accept(int) - Method in interface cool.scx.function.IntConsumerX
 
accept(long) - Method in interface cool.scx.function.LongConsumerX
 
accept(T) - Method in interface cool.scx.function.ConsumerX
 
accept(T, double) - Method in interface cool.scx.function.ObjDoubleConsumerX
 
accept(T, int) - Method in interface cool.scx.function.ObjIntConsumerX
 
accept(T, long) - Method in interface cool.scx.function.ObjLongConsumerX
 
accept(T, U) - Method in interface cool.scx.function.BiConsumerX
 
apply(double) - Method in interface cool.scx.function.DoubleFunctionX
 
apply(int) - Method in interface cool.scx.function.IntFunctionX
 
apply(long) - Method in interface cool.scx.function.LongFunctionX
 
apply(T) - Method in interface cool.scx.function.FunctionX
 
apply(T, U) - Method in interface cool.scx.function.BiFunctionX
 
applyAsDouble(double) - Method in interface cool.scx.function.DoubleUnaryOperatorX
 
applyAsDouble(double, double) - Method in interface cool.scx.function.DoubleBinaryOperatorX
 
applyAsDouble(int) - Method in interface cool.scx.function.IntToDoubleFunctionX
 
applyAsDouble(long) - Method in interface cool.scx.function.LongToDoubleFunctionX
 
applyAsDouble(T) - Method in interface cool.scx.function.ToDoubleFunctionX
 
applyAsDouble(T, U) - Method in interface cool.scx.function.ToDoubleBiFunctionX
 
applyAsInt(double) - Method in interface cool.scx.function.DoubleToIntFunctionX
 
applyAsInt(int) - Method in interface cool.scx.function.IntUnaryOperatorX
 
applyAsInt(int, int) - Method in interface cool.scx.function.IntBinaryOperatorX
 
applyAsInt(long) - Method in interface cool.scx.function.LongToIntFunctionX
 
applyAsInt(T) - Method in interface cool.scx.function.ToIntFunctionX
 
applyAsInt(T, U) - Method in interface cool.scx.function.ToIntBiFunctionX
 
applyAsLong(double) - Method in interface cool.scx.function.DoubleToLongFunctionX
 
applyAsLong(int) - Method in interface cool.scx.function.IntToLongFunctionX
 
applyAsLong(long) - Method in interface cool.scx.function.LongUnaryOperatorX
 
applyAsLong(long, long) - Method in interface cool.scx.function.LongBinaryOperatorX
 
applyAsLong(T) - Method in interface cool.scx.function.ToLongFunctionX
 
applyAsLong(T, U) - Method in interface cool.scx.function.ToLongBiFunctionX
 

B

BiConsumerX<T,U,X> - Interface in cool.scx.function
BiConsumerX
BiFunctionX<T,U,R,X> - Interface in cool.scx.function
BiFunctionX
BinaryOperatorX<T,X> - Interface in cool.scx.function
BinaryOperatorX
BiPredicateX<T,U,X> - Interface in cool.scx.function
BiFunctionX
BooleanSupplierX<X> - Interface in cool.scx.function
BooleanSupplierX

C

call() - Method in interface cool.scx.function.CallableX
 
CallableX<V,X> - Interface in cool.scx.function
CallableX
ConsumerX<T,X> - Interface in cool.scx.function
ConsumerX
cool.scx.function - package cool.scx.function
 

D

DoubleBinaryOperatorX<X> - Interface in cool.scx.function
DoubleBinaryOperatorX
DoubleConsumerX<X> - Interface in cool.scx.function
DoubleConsumerX
DoubleFunctionX<R,X> - Interface in cool.scx.function
DoubleFunctionX
DoublePredicateX<X> - Interface in cool.scx.function
DoublePredicateX
DoubleSupplierX<X> - Interface in cool.scx.function
DoubleSupplierX
DoubleToIntFunctionX<X> - Interface in cool.scx.function
DoubleToIntFunctionX
DoubleToLongFunctionX<X> - Interface in cool.scx.function
DoubleToLongFunctionX
DoubleUnaryOperatorX<X> - Interface in cool.scx.function
DoubleUnaryOperatorX

F

FunctionX<T,R,X> - Interface in cool.scx.function
FunctionX

G

get() - Method in interface cool.scx.function.SupplierX
 
getAsBoolean() - Method in interface cool.scx.function.BooleanSupplierX
 
getAsDouble() - Method in interface cool.scx.function.DoubleSupplierX
 
getAsInt() - Method in interface cool.scx.function.IntSupplierX
 
getAsLong() - Method in interface cool.scx.function.LongSupplierX
 

I

IntBinaryOperatorX<X> - Interface in cool.scx.function
IntBinaryOperatorX
IntConsumerX<X> - Interface in cool.scx.function
IntConsumerX
IntFunctionX<R,X> - Interface in cool.scx.function
IntFunctionX
IntPredicateX<X> - Interface in cool.scx.function
IntPredicateX
IntSupplierX<X> - Interface in cool.scx.function
IntSupplierX
IntToDoubleFunctionX<X> - Interface in cool.scx.function
IntToDoubleFunctionX
IntToLongFunctionX<X> - Interface in cool.scx.function
IntToLongFunctionX
IntUnaryOperatorX<X> - Interface in cool.scx.function
IntUnaryOperatorX

L

LongBinaryOperatorX<X> - Interface in cool.scx.function
LongBinaryOperatorX
LongConsumerX<X> - Interface in cool.scx.function
LongConsumerX
LongFunctionX<R,X> - Interface in cool.scx.function
LongFunctionX
LongPredicateX<X> - Interface in cool.scx.function
LongPredicateX
LongSupplierX<X> - Interface in cool.scx.function
LongSupplierX
LongToDoubleFunctionX<X> - Interface in cool.scx.function
LongToDoubleFunctionX
LongToIntFunctionX<X> - Interface in cool.scx.function
LongToIntFunctionX
LongUnaryOperatorX<X> - Interface in cool.scx.function
LongUnaryOperatorX

O

ObjDoubleConsumerX<T,X> - Interface in cool.scx.function
ObjDoubleConsumerX
ObjIntConsumerX<T,X> - Interface in cool.scx.function
ObjIntConsumerX
ObjLongConsumerX<T,X> - Interface in cool.scx.function
ObjLongConsumerX

P

PredicateX<T,X> - Interface in cool.scx.function
PredicateX

R

run() - Method in interface cool.scx.function.RunnableX
 
RunnableX<X> - Interface in cool.scx.function
RunnableX

S

SupplierX<T,X> - Interface in cool.scx.function
SupplierX

T

test(double) - Method in interface cool.scx.function.DoublePredicateX
 
test(int) - Method in interface cool.scx.function.IntPredicateX
 
test(long) - Method in interface cool.scx.function.LongPredicateX
 
test(T) - Method in interface cool.scx.function.PredicateX
 
test(T, U) - Method in interface cool.scx.function.BiPredicateX
 
ToDoubleBiFunctionX<T,U,X> - Interface in cool.scx.function
ToDoubleBiFunctionX
ToDoubleFunctionX<T,X> - Interface in cool.scx.function
ToDoubleFunctionX
ToIntBiFunctionX<T,U,X> - Interface in cool.scx.function
ToIntBiFunctionX
ToIntFunctionX<T,X> - Interface in cool.scx.function
ToIntFunctionX
ToLongBiFunctionX<T,U,X> - Interface in cool.scx.function
ToLongBiFunctionX
ToLongFunctionX<T,X> - Interface in cool.scx.function
ToLongFunctionX

U

UnaryOperatorX<T,X> - Interface in cool.scx.function
UnaryOperatorX
A B C D F G I L O P R S T U 
All Classes and Interfaces|All Packages