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

org.cthul.proc.Proc0 Maven / Gradle / Ivy

Go to download

Provides hamcrest.org matchers for strings and exceptions, allows matching code blocks, and provides several utilities for combining matchers.

The newest version!
package org.cthul.proc;

public interface Proc0 extends Proc {
    
    Proc0 call();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy