Interface EAMOperation<A,R>

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 interface EAMOperation<A,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A operation, String unknown, org.xmlsoap.schemas.ws._2002._04.secext.Security securityHeader, String unknown2, jakarta.xml.ws.Holder holder, net.datastream.schemas.mp_functions.MessageConfigType messageConfigType, String tenant)
     
  • Method Details

    • apply

      R apply(A operation, String unknown, org.xmlsoap.schemas.ws._2002._04.secext.Security securityHeader, String unknown2, jakarta.xml.ws.Holder holder, net.datastream.schemas.mp_functions.MessageConfigType messageConfigType, String tenant)