public interface DataValueFactory<T> extends Function<DataHolder,T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(@NotNull DataHolder dataHolder) |
@Nullable T apply(@NotNull @NotNull DataHolder dataHolder)
apply in interface Function<DataHolder,T>Copyright © 2020. All rights reserved.