JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.twitter.function
Interface JavaConsumer<T>
public interface
JavaConsumer<T>
Used for Java 8 interop. It also exists as java.util.function.Consumer, but only from Java 8 onwards. (Since twitter util must be backwards-compatible, we cannot use j.u.f.Function)
Method Summary
Methods
Modifier and Type
Method and Description
void
apply
(
T
value)
Method Detail
apply
void apply(
T
value)
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method