Class ConstructorInvokeMethodHandleSupplier

java.lang.Object
io.github.toolfactory.jvm.function.catalog.ConstructorInvokeMethodHandleSupplier
All Implemented Interfaces:
Supplier<MethodHandle>
Direct Known Subclasses:
ConstructorInvokeMethodHandleSupplier.ForJava7, ConstructorInvokeMethodHandleSupplier.ForJava9

public class ConstructorInvokeMethodHandleSupplier
extends Object
implements Supplier<MethodHandle>
  • Constructor Details

    • ConstructorInvokeMethodHandleSupplier

      public ConstructorInvokeMethodHandleSupplier()
  • Method Details