Package com.mku.func

Interface Consumer<T>

  • Type Parameters:
    T - Type of argument

    public interface Consumer<T>
    Backwards compatibility Consumer class for devices with Android 23 and prior.
    • Method Detail

      • accept

        void accept​(T data)