Class ThrowingBiConsumerAdapter<F,​I,​J,​E extends java.lang.Throwable>

java.lang.Object
io.github.toolfactory.jvm.util.ThrowingBiConsumerAdapter<F,​I,​J,​E>
All Implemented Interfaces:
ThrowingBiConsumer<I,​J,​E>
Direct Known Subclasses:
SetAccessibleFunction.Abst

public abstract class ThrowingBiConsumerAdapter<F,​I,​J,​E extends java.lang.Throwable>
extends java.lang.Object
implements ThrowingBiConsumer<I,​J,​E>
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected F function  
  • Constructor Summary

    Constructors
    Constructor Description
    ThrowingBiConsumerAdapter()  
    ThrowingBiConsumerAdapter​(F function)  
  • Method Summary

    Modifier and Type Method Description
    ThrowingBiConsumerAdapter<F,​I,​J,​E> setFunction​(F function)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.github.toolfactory.jvm.function.template.ThrowingBiConsumer

    accept
  • Field Details

    • function

      protected F function
  • Constructor Details

    • ThrowingBiConsumerAdapter

      public ThrowingBiConsumerAdapter()
    • ThrowingBiConsumerAdapter

      public ThrowingBiConsumerAdapter​(F function)
  • Method Details