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() |
static java.lang.Class<? extends java.lang.Object> |
getClass() |
scala.Function1<T,scala.runtime.BoxedUnit> |
underlying() |
public RichFunction1AsConsumer(scala.Function1<T,scala.runtime.BoxedUnit> underlying)