- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file AdminReports.java.
◆ get()
static List<IAdminReport> org.turro.admin.AdminReports.get |
( |
| ) |
|
|
static |
Definition at line 30 of file AdminReports.java.
31 return Instances.fresh().byInterface(IAdminReport.class, IAdminReport.class)
32 .stream().filter(ar -> ar.isInRole()).toList();
The documentation for this class was generated from the following file: