Interface MultiRelationshipFunction<T,U>

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 MultiRelationshipFunction<T,U>
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T model)
    Deprecated.
     
  • Method Details