- test(T) - Method in interface net.dongliu.commons.Unchecked.EPredicate
-
- toDouble(String, double) - Static method in class net.dongliu.commons.Strings
-
Parse str to double.
- toFloat(String, float) - Static method in class net.dongliu.commons.Strings
-
Parse str to float.
- toInt(String, int) - Static method in class net.dongliu.commons.Strings
-
Parse str to int.
- toLines(Reader) - Static method in class net.dongliu.commons.io.Readers
-
Read all from Reader to lines.
- toLong(String, long) - Static method in class net.dongliu.commons.Strings
-
Parse str to long.
- toStream(Optional<T>) - Static method in class net.dongliu.commons.Optionals
-
Convert Optional to Stream
- toString(Object) - Static method in class net.dongliu.commons.Beans
-
Bean value to string, with default format BeanName{field=value, field2=value2, ...}.
- toString() - Method in class net.dongliu.commons.collection.Pair
-
- transferTo(InputStream, OutputStream) - Static method in class net.dongliu.commons.io.InputStreams
-
Copy all data in InputStream to OutputStream.
- transferTo(Reader, Writer) - Static method in class net.dongliu.commons.io.Readers
-
Copy all data in Reader to Writer.
- transferTo(Reader, Appendable) - Static method in class net.dongliu.commons.io.Readers
-
Copy all data in Reader to Appendable.