Uses of Class
org.jline.reader.impl.LineReaderImpl.PostResult
-
Packages that use LineReaderImpl.PostResult Package Description org.jline.reader.impl -
-
Uses of LineReaderImpl.PostResult in org.jline.reader.impl
Methods in org.jline.reader.impl that return LineReaderImpl.PostResult Modifier and Type Method Description protected LineReaderImpl.PostResult
LineReaderImpl. computePost(List<Candidate> possible, Candidate selection, List<Candidate> ordered, String completed)
protected LineReaderImpl.PostResult
LineReaderImpl. computePost(List<Candidate> possible, Candidate selection, List<Candidate> ordered, String completed, Function<String,Integer> wcwidth, int width, boolean autoGroup, boolean groupName, boolean rowsFirst)
protected LineReaderImpl.PostResult
LineReaderImpl. toColumns(List<Object> items, Candidate selection, String completed, Function<String,Integer> wcwidth, int width, boolean rowsFirst)
-