- 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.
- throwIfPresent(Optional<E>) - Static method in interface org.neo4j.function.ThrowingFunction
-
- ThrowingAction<E extends Exception> - Interface in org.neo4j.function
-
An action that takes no parameters and returns no values, but may have a side-effect and may throw an exception.
- 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 Throwable> - 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.
- throwingPredicate(Predicate<TYPE>) - Static method in interface org.neo4j.function.ThrowingPredicate
-
- ThrowingSupplier<T,E extends Exception> - Interface in org.neo4j.function
-
Represents a supplier of results, that may throw an exception.
- throwingSupplier(Supplier<TYPE>) - Static method in interface org.neo4j.function.ThrowingSupplier
-
- 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.
- tickOnAccessClock(Instant, Duration) - Static method in class org.neo4j.time.Clocks
-
Returns a clock that ticks every time it is accessed
- TickOnAccessClock - Class in org.neo4j.time
-
A
Clock that ticks every time it is accessed.
- toInt(long) - Method in interface org.neo4j.hashing.HashFunction
-
Reduce the given 64-bit hash value to a 32-bit value.
- toString() - Method in class org.neo4j.kernel.api.exceptions.Status.Code
-
- toString() - Method in class org.neo4j.kernel.lifecycle.LifeSupport
-
- tryAwaitEx(ThrowingSupplier<Boolean, EXCEPTION>, long, TimeUnit, long, TimeUnit) - Static method in class org.neo4j.function.Predicates
-
- tryAwaitEx(ThrowingSupplier<Boolean, EXCEPTION>, long, TimeUnit, long, TimeUnit, Clock) - Static method in class org.neo4j.function.Predicates
-
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Classification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Cluster
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.General
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.LegacyIndex
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Network
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Procedure
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Request
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Schema
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Security
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Statement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.api.exceptions.Status.Transaction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.neo4j.kernel.lifecycle.LifecycleStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Classification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Cluster
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.General
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.LegacyIndex
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Network
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Procedure
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Request
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Schema
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Security
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Statement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.api.exceptions.Status.Transaction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.neo4j.kernel.lifecycle.LifecycleStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.