Interface Effect<A>
- Type Parameters:
A- the type that this Effect takes as input
- All Superinterfaces:
Consumer<A>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
A thing that performs a side-effect.
- Since:
- 1.0
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
apply
Deprecated.Perform the side-effect.- Parameters:
a- the input to use for performing the effect.
-
accept
-
Consumer