Home / Type/ IOBiConsumer Type — spring-boot Architecture

IOBiConsumer Type — spring-boot Architecture

Architecture documentation for the IOBiConsumer type/interface in IOBiConsumer.java from the spring-boot codebase.

Entity Profile

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/io/IOBiConsumer.java lines 29–40

@FunctionalInterface
public interface IOBiConsumer<T, U> {

	/**
	 * Performs this operation on the given argument.
	 * @param t the first instance to consume
	 * @param u the second instance to consumer
	 * @throws IOException on IO error
	 */
	void accept(T t, U u) throws IOException;

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free