Interface LexicographerView.LexicoSemanticRelation.LexicoSemanticRelationPolicy.Function4<R,A1,A2,A3,A4>

Enclosing class:
LexicographerView.LexicoSemanticRelation.LexicoSemanticRelationPolicy<T,S extends LexicographerView.LexicoSemanticRelation<T>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LexicographerView.LexicoSemanticRelation.LexicoSemanticRelationPolicy.Function4<R,A1,A2,A3,A4>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A1 a1, A2 a2, A3 a3, A4 a4)
     
  • Method Details

    • apply

      R apply(A1 a1, A2 a2, A3 a3, A4 a4)