Package org.jgroups

Interface Constructable<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.function.Supplier<? extends T> create()
      Creates an instance of the class implementing this interface
    • Method Detail

      • create

        java.util.function.Supplier<? extends T> create()
        Creates an instance of the class implementing this interface