Function 과 Predicate에 정의된 메서드를 알아보자!Function에 정의된 메서드 test(), andThen(), compose(), identity() 위 코드에서 f1.andThen(f2)는 f1을 실행한뒤 f2를 실행한다.즉 f1에 의하여 x->3