Interface LensValueParser

  • All Superinterfaces:
    java.util.function.Function<java.lang.String,​java.util.List<LensDefn>>

    public interface LensValueParser
    extends java.util.function.Function<java.lang.String,​java.util.List<LensDefn>>
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static LensValueParser simple()  
      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose