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

co.streamx.fluent.JPA.UnboundCharSequence Maven / Gradle / Ivy

The newest version!
package co.streamx.fluent.JPA;

public interface UnboundCharSequence extends CharSequence {
    default boolean isEmpty() {
        return length() == 0;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy