Class TLambdaMetafactory


  • public class TLambdaMetafactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.invoke.CallSite metafactory​(java.lang.invoke.MethodHandles.Lookup aCaller, java.lang.String aMethodName, java.lang.invoke.MethodType aInvokedType, java.lang.invoke.MethodType aSamMethodType, java.lang.invoke.MethodHandle aImplMethod, java.lang.invoke.MethodType aInstantiatedMethodType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TLambdaMetafactory

        public TLambdaMetafactory()
    • Method Detail

      • metafactory

        public static java.lang.invoke.CallSite metafactory​(java.lang.invoke.MethodHandles.Lookup aCaller,
                                                            java.lang.String aMethodName,
                                                            java.lang.invoke.MethodType aInvokedType,
                                                            java.lang.invoke.MethodType aSamMethodType,
                                                            java.lang.invoke.MethodHandle aImplMethod,
                                                            java.lang.invoke.MethodType aInstantiatedMethodType)