public class ReplaceZeroAndNull<A> extends Object implements com.vaadin.flow.function.ValueProvider<A,Object>
| Constructor and Description |
|---|
ReplaceZeroAndNull(com.vaadin.flow.function.ValueProvider<A,Number> internal,
String r) |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(A source) |
static <A> ReplaceZeroAndNull<A> |
create(com.vaadin.flow.function.ValueProvider<A,Number> 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> ReplaceZeroAndNull<A> create(com.vaadin.flow.function.ValueProvider<A,Number> i, String replace)
Copyright © 2021. All rights reserved.