Package functools

Class Partial

    • Constructor Detail

    • Method Detail

      • construct

        public Object construct​(Object[] args)
                         throws net.razorvine.pickle.PickleException
        Specified by:
        construct in interface net.razorvine.pickle.IObjectConstructor
        Throws:
        net.razorvine.pickle.PickleException
      • getFunc

        public net.razorvine.pickle.objects.ClassDictConstructor getFunc()
      • getArgs

        public Object[] getArgs()
      • getKeywords

        public Map<String,​?> getKeywords()