com.meliorbis.numerics.threading.ComputableRecursiveAction Maven / Gradle / Ivy
package com.meliorbis.numerics.threading;
import java.util.concurrent.Callable;
/**
* A Callable which always returns null and in which the 'compute' method is called from
* call by default.
*/
public interface ComputableRecursiveAction extends Callable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy