public class AsJavaConsumer<T>
extends java.lang.Object
implements java.util.function.Consumer<T>
| Constructor and Description |
|---|
AsJavaConsumer(scala.Function1<T,scala.runtime.BoxedUnit> sf) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T x1) |