Package 

Class ListParser

  • All Implemented Interfaces:
    kotlin.Function , kotlin.Function1

    
    public final class ListParser<T extends Object>
     implements Function1<String, List<T>>
                        

    Parses a list of <T> from a String. The memberParser parses each member of the list(string, int, etc.)

    • Constructor Summary

      Constructors 
      Constructor Description
      ListParser(Function1<String, T> memberParser)
    • Method Summary

      Modifier and Type Method Description
      List<T> invoke(String value)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait