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