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

com.ajjpj.abase.function.AStatement0NoThrow Maven / Gradle / Ivy

Go to download

a-base is a library of basic (hence the name) classes, most notably immutable collection classes with copy-on-write operations

The newest version!
package com.ajjpj.abase.function;


/**
 * @author arno
 */
public interface AStatement0NoThrow extends AStatement0 {
    @Override void apply();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy