Interface SafetyBiConsumer<T,​R>

All Superinterfaces:
java.util.function.BiConsumer<T,​R>

public interface SafetyBiConsumer<T,​R>
extends java.util.function.BiConsumer<T,​R>
  • Method Summary

    Modifier and Type Method Description
    default void accept​(T t, R r)  
    void acceptThrowning​(T t, R r)  

    Methods inherited from interface java.util.function.BiConsumer

    andThen
  • Method Details

    • accept

      default void accept​(T t, R r)
      Specified by:
      accept in interface java.util.function.BiConsumer<T,​R>
    • acceptThrowning

      void acceptThrowning​(T t, R r) throws java.lang.Exception
      Throws:
      java.lang.Exception