Interface ModelSupplier<T extends Serializable,U extends com.liferay.portal.kernel.model.ClassedModel>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface ModelSupplier<T extends Serializable,U extends com.liferay.portal.kernel.model.ClassedModel>
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
  • Method Summary

    Modifier and Type
    Method
    Description
    supply(T primKey)
    Deprecated.
     
  • Method Details

    • supply

      U supply(T primKey)
      Deprecated.