public class ReplaceNull<A> extends Object implements com.vaadin.flow.function.ValueProvider<A,Object>
| Constructor and Description |
|---|
ReplaceNull(com.vaadin.flow.function.ValueProvider<A,Object> internal,
String r) |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(A source) |
static <A> ReplaceNull<A> |
create(com.vaadin.flow.function.ValueProvider<A,Object> i,
String replace) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, composepublic Object apply(A source)
apply in interface com.vaadin.flow.function.ValueProvider<A,Object>apply in interface java.util.function.Function<A,Object>public static <A> ReplaceNull<A> create(com.vaadin.flow.function.ValueProvider<A,Object> i, String replace)
Copyright © 2021. All rights reserved.