Module jakarta.data

Interface BooleanPath<T,U>

All Superinterfaces:
BooleanExpression<T>, ComparableExpression<T,Boolean>, Expression<T,Boolean>, Path<T,U>

public interface BooleanPath<T,U> extends Path<T,U>, BooleanExpression<T>