====== Lambdaj ====== * https://code.google.com/p/lambdaj/ * [[java:junit:hamcrest|hamcrest]] 라이브러리를 사용함. * **더이상 업그레이드 안 되므로 사용하지 말 것.** * [[java:guava|Guava]] 로 옮길 것. ===== Known Issues ===== * [[https://code.google.com/p/lambdaj/wiki/KnownLimitations|LambdaJ Known Limitations]] * Generic 사용시 Proxy 대상 클래스를 항상 명시하는 메소드를 사용할 것. * ''on()''으로 호출하는 메소드의 리턴값이 ''final''일 경우 ''ClassCastException''이 발생함.