returns the ExecutionSupport for a particular property for a particular box here
(Box box, Dict.Prop<String> prop)
| 142 | * returns the ExecutionSupport for a particular property for a particular box here |
| 143 | */ |
| 144 | public ExecutionSupport support(Box box, Dict.Prop<String> prop) { |
| 145 | return support.apply(box, prop); |
| 146 | } |
| 147 | |
| 148 | |
| 149 | } |
no test coverage detected