Class ReactiveCypherdslConditionExecutorImpl<T>

java.lang.Object
org.springframework.data.neo4j.repository.query.ReactiveCypherdslConditionExecutorImpl<T>
Type Parameters:
T - the returned domain type
All Implemented Interfaces:
ReactiveCypherdslConditionExecutor<T>

@API(status=INTERNAL, since="6.3.3") public final class ReactiveCypherdslConditionExecutorImpl<T> extends Object implements ReactiveCypherdslConditionExecutor<T>
Implementation of the ReactiveCypherdslConditionExecutor.
Since:
6.3.3
Author:
Niklas Krieger, Michael J. Simons