Interface LikeBuilder<T>

Type Parameters:
T - The builder type that is returned on terminal operations
All Superinterfaces:
BinaryPredicateBuilder<EscapeBuilder<T>>

public interface LikeBuilder<T>
extends BinaryPredicateBuilder<EscapeBuilder<T>>
A builder for the like predicate.
Since:
1.0.0
Author:
Christian Beikov, Moritz Becker