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(java.util.List<Candidate> possible, Candidate selection, java.util.List<Candidate> ordered, java.lang.String completed)
protected LineReaderImpl.PostResult
LineReaderImpl. computePost(java.util.List<Candidate> possible, Candidate selection, java.util.List<Candidate> ordered, java.lang.String completed, java.util.function.Function<java.lang.String,java.lang.Integer> wcwidth, int width, boolean autoGroup, boolean groupName, boolean rowsFirst)
protected LineReaderImpl.PostResult
LineReaderImpl. toColumns(java.util.List<java.lang.Object> items, Candidate selection, java.lang.String completed, java.util.function.Function<java.lang.String,java.lang.Integer> wcwidth, int width, boolean rowsFirst)
-