Class DefaultExistsByAsyncInterceptor<T>

Type Parameters:
T - The declaring type
All Implemented Interfaces:
ExistsByAsyncInterceptor<T>, DataInterceptor<T,CompletionStage<Boolean>>

public class DefaultExistsByAsyncInterceptor<T> extends AbstractAsyncInterceptor<T,Boolean> implements ExistsByAsyncInterceptor<T>
The default implementation of ExistsByAsyncInterceptor.
Since:
1.0.0
Author:
graemerocher