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

com.almondtools.xrayinterface.ExceptionHandlers Maven / Gradle / Ivy

The newest version!
package com.almondtools.xrayinterface;

import java.util.function.Function;

public final class ExceptionHandlers {
	
	public static final Function RETURN_NULL = t -> null;

	private ExceptionHandlers() {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy