Interface Chain<I,​O>


  • public interface Chain<I,​O>
    • Method Detail

      • next

        O next​(I input)