public class RichSupplierAsFunction0<T>
extends scala.AnyVal
Constructor and Description |
---|
RichSupplierAsFunction0(java.util.function.Supplier<T> underlying) |
Modifier and Type | Method and Description |
---|---|
scala.Function0<T> |
asScala() |
static java.lang.Class<? extends java.lang.Object> |
getClass() |
java.util.function.Supplier<T> |
underlying() |
public RichSupplierAsFunction0(java.util.function.Supplier<T> underlying)