Package com.uc4.api.objects
Interface CycleDetector.LnrProvider<T>
- Type Parameters:
T- The task type
- Enclosing class:
- CycleDetector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface to provide the LNR (line number) for a task.
-
Method Summary
-
Method Details
-
getLnr
Returns the LNR (line number) for the given task.- Parameters:
task- The task- Returns:
- The LNR, or null if not available
-