Class FunctionalMethodType


  • public class FunctionalMethodType
    extends Object
    Wrapper to pair a type of a method signature with its ItemIO.
    Author:
    David Kolb
    • Constructor Detail

      • FunctionalMethodType

        public FunctionalMethodType​(Type type,
                                    ItemIO itemIO)
      • FunctionalMethodType

        public FunctionalMethodType​(Member<?> member)