Class FunctionalInterfaceScanner
- java.lang.Object
-
- org.pitest.mutationtest.build.intercept.staticinitializers.FunctionalInterfaceScanner
-
- All Implemented Interfaces:
Function<CodeSource,Set<String>>
public class FunctionalInterfaceScanner extends Object implements Function<CodeSource,Set<String>>
-
-
Constructor Summary
Constructors Constructor Description FunctionalInterfaceScanner()
-
-
-
Method Detail
-
apply
public Set<String> apply(CodeSource codeSource)
- Specified by:
applyin interfaceFunction<CodeSource,Set<String>>
-
-