A B C E F G I L M N O P R S T U W 

A

accept(T, U) - Method in interface org.neo4j.function.BiConsumer
Deprecated.
Performs this operation on the given arguments.
accept(T) - Method in interface org.neo4j.function.Consumer
Deprecated.
Performs this operation on the given argument.
accept(int) - Method in interface org.neo4j.function.primitive.PrimitiveIntPredicate
Deprecated.
 
accept(long) - Method in interface org.neo4j.function.primitive.PrimitiveLongPredicate
Deprecated.
 
accept(T, U) - Method in interface org.neo4j.function.ThrowingBiConsumer
Performs this operation on the given arguments.
accept(T) - Method in interface org.neo4j.function.ThrowingConsumer
Performs this operation on the given argument.
adapted(Supplier<V>, Function<V, T>) - Static method in class org.neo4j.function.Suppliers
Creates a new Supplier that applies the specified function to the values obtained from a source supplier.
all(Predicate<T>...) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
all(Iterable<Predicate<T>>) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
alwaysFalse() - Static method in class org.neo4j.function.IntPredicates
Deprecated.
A predicate that is always false
alwaysFalse() - Static method in class org.neo4j.function.Predicates
Deprecated.
 
alwaysTrue() - Static method in class org.neo4j.function.IntPredicates
Deprecated.
A predicate that is always true
alwaysTrue() - Static method in class org.neo4j.function.Predicates
Deprecated.
 
any(Predicate<T>...) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
any(Iterable<Predicate<T>>) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
apply(T, U) - Method in interface org.neo4j.function.BiFunction
Deprecated.
Map a single item from one type to another
apply(T) - Method in interface org.neo4j.function.Function
Deprecated.
Apply a value to this function
apply(int) - Method in interface org.neo4j.function.IntFunction
Deprecated.
Applies this function to the given argument.
apply(long) - Method in interface org.neo4j.function.LongFunction
Deprecated.
Applies this function to the given argument.
apply(int) - Method in interface org.neo4j.function.primitive.FunctionFromPrimitiveInt
Deprecated.
 
apply(long) - Method in interface org.neo4j.function.primitive.FunctionFromPrimitiveLong
Deprecated.
 
apply(long, long) - Method in interface org.neo4j.function.primitive.FunctionFromPrimitiveLongLongToPrimitiveLong
Deprecated.
 
apply(long) - Method in interface org.neo4j.function.primitive.FunctionFromPrimitiveLongToPrimitiveLong
Deprecated.
 
apply(T) - Method in interface org.neo4j.function.primitive.FunctionToPrimitiveLong
Deprecated.
 
apply(T, U) - Method in interface org.neo4j.function.ThrowingBiFunction
Applies this function to the given arguments.
apply(T) - Method in interface org.neo4j.function.ThrowingFunction
Apply a value to this function
apply(int) - Method in interface org.neo4j.function.ThrowingIntFunction
Applies this function to the given argument.
apply(long) - Method in interface org.neo4j.function.ThrowingLongFunction
Applies this function to the given argument.
apply(T) - Method in interface org.neo4j.function.ToIntFunction
Deprecated.
Applies this function to the given argument.
applyAsLong(long, long) - Method in interface org.neo4j.function.LongBinaryOperator
Deprecated.
Applies this operator to the given operand.
applyAsLong(long) - Method in interface org.neo4j.function.LongUnaryOperator
Deprecated.
Applies this operator to the given operand.
applyAsLong(long, long) - Method in interface org.neo4j.function.ThrowingLongBinaryOperator
Applies this operator to the given operand.
applyAsLong(long) - Method in interface org.neo4j.function.ThrowingLongUnaryOperator
Applies this operator to the given operand.
applyAsLong(T) - Method in interface org.neo4j.function.ThrowingToLongFunction
Applies this function to the given argument.
applyAsLong(T) - Method in interface org.neo4j.function.ToLongFunction
Deprecated.
Applies this function to the given argument.
await(Supplier<TYPE>, Predicate<TYPE>, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
await(Supplier<Boolean>, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
awaitForever(Supplier<Boolean>, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
Deprecated.
 

B

BiConsumer<T,U> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
BiConsumers - Class in org.neo4j.function
Deprecated.
This class relies on deprecated interfaces, and will be retrofitted to work with the java.util.function interfaces in 3.0.
BiConsumers() - Constructor for class org.neo4j.function.BiConsumers
Deprecated.
 
BiFunction<T,U,R> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
BinaryOperator<T> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
BooleanSupplier - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.

C

cast(Class<TO>) - Static method in class org.neo4j.function.Functions
Deprecated.
 
compose() - Static method in class org.neo4j.function.Functions
Deprecated.
 
compose(Supplier<T>, Predicate<T>) - Static method in class org.neo4j.function.Suppliers
 
compose2() - Static method in class org.neo4j.function.Functions
Deprecated.
 
constant(To) - Static method in class org.neo4j.function.Functions
Deprecated.
 
constantly(T) - Static method in class org.neo4j.function.Functions
Consumer<T> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
Consumers - Class in org.neo4j.function
Deprecated.
This class relies on deprecated interfaces, and will be retrofitted to work with the java.util.function interfaces in 3.0.
Consumers() - Constructor for class org.neo4j.function.Consumers
Deprecated.
 

E

equalTo(T) - Static method in class org.neo4j.function.Predicates
Deprecated.
 

F

Factory<T> - Interface in org.neo4j.function
A generic factory interface for creating instances that do not need any additional dependencies or parameters.
fromConsumer(Consumer<T>) - Static method in class org.neo4j.function.Functions
Deprecated.
 
fromConsumer(ThrowingConsumer<T, E>) - Static method in class org.neo4j.function.ThrowingFunctions
 
fromSupplier(Supplier<T>) - Static method in class org.neo4j.function.Functions
Deprecated.
 
fromSupplier(ThrowingSupplier<T, E>) - Static method in class org.neo4j.function.ThrowingFunctions
 
Function<T,R> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
Function2<T1,T2,R> - Interface in org.neo4j.function
Deprecated.
use BiFunction instead
FunctionFromPrimitiveInt<T> - Interface in org.neo4j.function.primitive
Deprecated.
use IntFunction instead
FunctionFromPrimitiveLong<T> - Interface in org.neo4j.function.primitive
Deprecated.
use LongFunction instead
FunctionFromPrimitiveLongLongToPrimitiveLong<EXCEPTION extends Exception> - Interface in org.neo4j.function.primitive
Deprecated.
FunctionFromPrimitiveLongToPrimitiveLong<EXCEPTION extends Exception> - Interface in org.neo4j.function.primitive
Deprecated.
Functions - Class in org.neo4j.function
Deprecated.
This class relies on deprecated interfaces, and will be retrofitted to work with the java.util.function interfaces in 3.0.
Functions() - Constructor for class org.neo4j.function.Functions
Deprecated.
 
FunctionToPrimitiveLong<T> - Interface in org.neo4j.function.primitive
Deprecated.
use ToLongFunction instead

G

get() - Method in interface org.neo4j.function.Supplier
Deprecated.
Gets a result.
get() - Method in interface org.neo4j.function.ThrowingSupplier
Gets a result.
getAsBoolean() - Method in interface org.neo4j.function.BooleanSupplier
Deprecated.
Gets a result.
getAsBoolean() - Method in interface org.neo4j.function.ThrowingBooleanSupplier
Gets a result.
getAsInt() - Method in interface org.neo4j.function.IntSupplier
Deprecated.
Gets a result.
getAsInt() - Method in interface org.neo4j.function.ThrowingIntSupplier
Gets a result.
getAsLong() - Method in interface org.neo4j.function.LongSupplier
Deprecated.
Gets a result.
getAsLong() - Method in interface org.neo4j.function.primitive.LongSupplier
Deprecated.
 
getAsLong() - Method in interface org.neo4j.function.ThrowingLongSupplier
Gets a result.

I

identity() - Static method in class org.neo4j.function.Functions
Deprecated.
 
identity() - Static method in class org.neo4j.function.IOFunctions
 
identity() - Static method in class org.neo4j.function.ThrowingFunctions
 
instanceOf(Class) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
instanceOfAny(Class...) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
IntFunction<R> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
IntPredicate - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
IntPredicates - Class in org.neo4j.function
Deprecated.
This class relies on deprecated interfaces, and will be retrofitted to work with the java.util.function interfaces in 3.0.
IntPredicates() - Constructor for class org.neo4j.function.IntPredicates
Deprecated.
 
IntSupplier - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
IOFunction<T,R> - Interface in org.neo4j.function
 
IOFunctions - Class in org.neo4j.function
Constructors for basic IOFunction types
IOFunctions() - Constructor for class org.neo4j.function.IOFunctions
 

L

lazySingleton(Supplier<T>) - Static method in class org.neo4j.function.Suppliers
Creates a lazy initialized Supplier of a single object
LongBinaryOperator - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
LongFunction<R> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
LongPredicate - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
LongSupplier - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
LongSupplier - Interface in org.neo4j.function.primitive
Deprecated.
use LongSupplier instead
LongUnaryOperator - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.

M

map(Map<From, To>) - Static method in class org.neo4j.function.Functions
Deprecated.
 

N

newInstance() - Method in interface org.neo4j.function.Factory
 
noDuplicates() - Static method in class org.neo4j.function.Predicates
Deprecated.
 
noop() - Static method in class org.neo4j.function.BiConsumers
Deprecated.
 
noop() - Static method in class org.neo4j.function.Consumers
Deprecated.
 
noop() - Static method in class org.neo4j.function.ThrowingConsumers
 
not(Predicate<T>) - Static method in class org.neo4j.function.Predicates
Deprecated.
 
notNull() - Static method in class org.neo4j.function.Predicates
Deprecated.
 
nullFunction() - Static method in class org.neo4j.function.Functions
Deprecated.
 

O

org.neo4j.function - package org.neo4j.function
 
org.neo4j.function.primitive - package org.neo4j.function.primitive
 

P

Predicate<T> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
Predicates - Class in org.neo4j.function
Deprecated.
This class relies on deprecated interfaces, and will be retrofitted to work with the java.util.function interfaces in 3.0.
Predicates() - Constructor for class org.neo4j.function.Predicates
Deprecated.
 
PrimitiveIntPredicate - Interface in org.neo4j.function.primitive
Deprecated.
use IntPredicate instead
PrimitiveLongPredicate - Interface in org.neo4j.function.primitive
Deprecated.
use LongPredicate instead

R

RawFunction<T,R,E extends Exception> - Interface in org.neo4j.function
Deprecated.
use ThrowingFunction instead

S

singleton(T) - Static method in class org.neo4j.function.Suppliers
Creates a Supplier that returns a single object
Supplier<T> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
Suppliers - Class in org.neo4j.function
Constructors for basic Supplier types
Suppliers() - Constructor for class org.neo4j.function.Suppliers
 
swallow(Class<TYPE>) - Static method in class org.neo4j.function.Functions
Deprecated.

T

test(int) - Method in interface org.neo4j.function.IntPredicate
Deprecated.
Evaluates this predicate on the given argument.
test(long) - Method in interface org.neo4j.function.LongPredicate
Deprecated.
Evaluates this predicate on the given argument.
test(T) - Method in interface org.neo4j.function.Predicate
Deprecated.
Evaluates this predicate on the given argument.
test(int) - Method in interface org.neo4j.function.ThrowingIntPredicate
Evaluates this predicate on the given argument.
test(long) - Method in interface org.neo4j.function.ThrowingLongPredicate
Evaluates this predicate on the given argument.
test(T) - Method in interface org.neo4j.function.ThrowingPredicate
Evaluates this predicate on the given argument.
ThrowingBiConsumer<T,U,E extends Exception> - Interface in org.neo4j.function
Represents an operation that accepts two arguments and returns no result.
ThrowingBiFunction<T,U,R,E extends Exception> - Interface in org.neo4j.function
Represents a function that accepts two arguments and produces a result.
ThrowingBinaryOperator<T,E extends Exception> - Interface in org.neo4j.function
Represents an operation on a single operand that produces a result of the same type as its operand.
ThrowingBooleanSupplier<E extends Exception> - Interface in org.neo4j.function
Represents a supplier of boolean-valued results.
ThrowingConsumer<T,E extends Exception> - Interface in org.neo4j.function
Represents an operation that accepts a single input argument and returns no result.
ThrowingConsumers - Class in org.neo4j.function
Constructors for basic ThrowingConsumer types
ThrowingConsumers() - Constructor for class org.neo4j.function.ThrowingConsumers
 
ThrowingFunction<T,R,E extends Exception> - Interface in org.neo4j.function
Represents a function that accepts one argument and produces a result, or throws an exception.
ThrowingFunctions - Class in org.neo4j.function
Constructors for basic ThrowingFunction and ThrowingBiFunction types
ThrowingFunctions() - Constructor for class org.neo4j.function.ThrowingFunctions
 
ThrowingIntFunction<R,E extends Exception> - Interface in org.neo4j.function
Represents a function that accepts an int-valued argument and produces a result.
ThrowingIntPredicate<E extends Exception> - Interface in org.neo4j.function
Represents a predicate (boolean-valued function) of one int-valued argument.
ThrowingIntSupplier<E extends Exception> - Interface in org.neo4j.function
Represents a supplier of int-valued results.
ThrowingLongBinaryOperator<E extends Exception> - Interface in org.neo4j.function
Represents an operation upon two long-valued operands and producing a long-valued result.
ThrowingLongFunction<R,E extends Exception> - Interface in org.neo4j.function
Represents a function that accepts a long-valued argument and produces a result.
ThrowingLongPredicate<E extends Exception> - Interface in org.neo4j.function
Represents a predicate (boolean-valued function) of one long-valued argument.
ThrowingLongSupplier<E extends Exception> - Interface in org.neo4j.function
Represents a supplier of long-valued results.
ThrowingLongUnaryOperator<E extends Exception> - Interface in org.neo4j.function
Represents an operation on a single long-valued operand that produces a long-valued result.
ThrowingPredicate<T,E extends Exception> - Interface in org.neo4j.function
Represents a predicate (boolean-valued function) of one argument.
ThrowingSupplier<T,E extends Exception> - Interface in org.neo4j.function
Represents a supplier of results, that may throw an exception.
ThrowingToLongFunction<T,E extends Exception> - Interface in org.neo4j.function
Represents a function that produces a long-valued result.
ThrowingUnaryOperator<T,E extends Exception> - Interface in org.neo4j.function
Represents an operation on a single operand that produces a result of the same type as its operand.
TO_STRING - Static variable in class org.neo4j.function.Functions
Deprecated.
 
ToIntFunction<T> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.
ToLongFunction<T> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.

U

UnaryOperator<T> - Interface in org.neo4j.function
Deprecated.
Usages will be replaced by corresponding java.util.function interface and classes in 3.0.

W

withDefaults(Function<From, To>, Function<From, To>) - Static method in class org.neo4j.function.Functions
Deprecated.
 
A B C E F G I L M N O P R S T U W 

Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.