import java.util.Comparator; public class Issue { Comparator cmp = Comparator.comparing(Process::getInputStream); }