Package com.mku.func

Interface BiConsumer<T1,T2>

Type Parameters:
T1 - Type of first argument
T2 - Type of second argument

public interface BiConsumer<T1,T2>
Backwards compatibility BiConsumer class for devices with Android 23 and prior.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T1 data1, T2 data2)
     
  • Method Details

    • accept

      void accept(T1 data1, T2 data2)