Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRawInterfaces (0.58 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/ArchUnitFixture.java

                Optional<JavaClass> matchingSuperclass = item.getRawSuperclass()
                    .filter(types);
                Stream<JavaClass> matchingInterfaces = item.getRawInterfaces().stream()
                    .filter(types);
                List<String> implementedClasses = Stream.concat(matchingSuperclass.map(Stream::of).orElse(Stream.empty()), matchingInterfaces)
                    .map(JavaClass::getName)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top