Interface DataValueFactory<T>

All Superinterfaces:
Function<DataHolder,T>
All Known Subinterfaces:
DataNotNullValueFactory<T>, DataNotNullValueNullableFactory<T>, DataValueNullableFactory<T>

public interface DataValueFactory<T> extends Function<DataHolder,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(@NotNull DataHolder dataHolder)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose