Interface DataNotNullValueNullableFactory<T>

All Superinterfaces:
DataNotNullValueFactory<T>, DataValueFactory<T>, Function<DataHolder,T>

public interface DataNotNullValueNullableFactory<T> extends DataNotNullValueFactory<T>
  • Method Summary

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

    Methods inherited from interface java.util.function.Function

    andThen, compose