Class BiConsumerAdapter<F,​I,​J>

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

public abstract class BiConsumerAdapter<F,​I,​J>
extends java.lang.Object
implements BiConsumer<I,​J>
  • 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
    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

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

    accept
  • Field Details

    • function

      protected F function
  • Constructor Details

    • BiConsumerAdapter

      public BiConsumerAdapter()
    • BiConsumerAdapter

      public BiConsumerAdapter​(F function)
  • Method Details