In theory, recursive functions shouldn’t be more difficult to create than methods, if functions are implemented as methods in an anonymous class. But lambdas aren’t implemented as methods in anonymous classes.
이론적으로, 익명 클래스에 메소드로 함수가 구현된 경우라면 재귀함수는 메소드보다 생성하기 더 어렵진 않다. 그러나 람다는 익명 클래스에서 메소드로 구현되지 않는다.
이론적으로, 익명 클래스에 메소드로 함수가 구현된 경우라면 재귀함수는 메소드보다 생성하기 더 어렵진 않다. 그러나 람다는 익명 클래스에서 메소드로 구현되지 않는다.