Class BiConsumerAdapter<F,​I,​J>

java.lang.Object
io.github.toolfactory.jvm.util.BiConsumerAdapter<F,​I,​J>
Direct Known Subclasses:
SetAccessibleFunction

public abstract class BiConsumerAdapter<F,​I,​J>
extends java.lang.Object
  • Field Summary

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

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

    Modifier and Type Method Description
    abstract void accept​(I inputOne, J inputTwo)  
    BiConsumerAdapter<F,​I,​J> setFunction​(F function)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • function

      protected F function
  • Constructor Details

    • BiConsumerAdapter

      public BiConsumerAdapter()
    • BiConsumerAdapter

      public BiConsumerAdapter​(F function)
  • Method Details

    • setFunction

      public BiConsumerAdapter<F,​I,​J> setFunction​(F function)
    • accept

      public abstract void accept​(I inputOne, J inputTwo)