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 Detail

      • accept

        void accept​(T1 data1,
                    T2 data2)