Interface DataValueNullableFactory<T>

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

public interface DataValueNullableFactory<T> extends DataValueFactory<T>
  • Method Summary

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

    Methods inherited from interface java.util.function.Function

    andThen, compose