public class RichFunction1AsConsumer<T>
extends scala.AnyVal
Constructor and Description |
---|
RichFunction1AsConsumer(scala.Function1<T,scala.runtime.BoxedUnit> underlying) |
Modifier and Type | Method and Description |
---|---|
java.util.function.Consumer<T> |
asJava() |
scala.Function1<T,scala.runtime.BoxedUnit> |
underlying() |