Home | History | Annotate | Download | only in concurrent

Lines Matching refs:CheckedCallable

865     public abstract class CheckedCallable<T> implements Callable<T> {
911 return new CheckedCallable<String>() {
996 public class SmallCallable extends CheckedCallable {
1140 // * Analog of CheckedCallable for RecursiveTask