| return load().stream().filter(predicate).findFirst().orElse(null); | return load().stream().filter(predicate).collect(Collectors.toList()); | load().stream().filter(predicate).findFirst().orElse(null) | load().stream().filter(predicate).collect(Collectors.toList()) | cas | 3c91ec4f7e124595a55eaa173fb7660833f69d1b | org.apereo.cas.services.ServiceRegistry | | | _1 | findServicePredicate |
|---|
| _2 | findServicePredicate |
|---|
| | v0 | load().stream().filter(predicate) |
|---|
| - java.util.stream.Collectors
| | v0 | load().stream().filter(predicate) |
|---|
| Returns | True |