@FunctionalInterface public interface

IoConsumer

com.atlassian.bitbucket.io.IoConsumer<T>

Summary

Public Methods
void accept(T t)
Performs this operation on the given argument.

Public Methods

public void accept (T t)

Performs this operation on the given argument.

Parameters
t the input argument
Throws
IOException if the operation fails