All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qwlabs.q.conditions.IsNullQCondition Maven / Gradle / Ivy

There is a newer version: 0.2.354
Show newest version
package com.qwlabs.q.conditions;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;

@Getter
@Builder
@AllArgsConstructor
public class IsNullQCondition implements QCondition {
    private final String left;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy