Interface InterfaceWithTwoTypes<V,T>

All Known Implementing Classes:
AbstractComplexFactory, ConcreteComplexFactory, MiddleComplexFactory

@Contract public interface InterfaceWithTwoTypes<V,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    two(V v)
     
  • Method Details

    • two

      T two(V v)