public interface

Consumer

io.reactivex.functions.Consumer<T>

Class Overview

A functional interface (callback) that accepts a single value.

Summary

Public Methods
abstract void accept(T t)
Consume the given value.

Public Methods

public abstract void accept (T t)

Consume the given value.

Parameters
t the value
Throws
Exception on error