Interface IStrokerFactory


public interface IStrokerFactory
The `IStrokerFactory` is responsible to create `IStroker` instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull IStroker
    Creates a new stroker instance.
  • Method Details

    • createStroker

      @NotNull @NotNull IStroker createStroker()
      Creates a new stroker instance.
      Returns:
      a stroker instance.