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

org.kernelab.basis.Terminator Maven / Gradle / Ivy

There is a newer version: 0.0.19-RELEASE
Show newest version
package org.kernelab.basis;

/**
 * Throw a Terminator in a reduce, filter or map method to terminate the
 * corresponding procedure.
 * 
 * @author Dilly King
 * 
 */
public class Terminator extends RuntimeException
{
	/**
	 * 
	 */
	private static final long		serialVersionUID	= 8262355719510494368L;

	/**
	 * Throw this Terminator signal in a reduce, filter or map method to
	 * terminate the corresponding procedure.
	 */
	public static final Terminator	SIGNAL				= new Terminator();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy