17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. package cn.wcj.jdk8.lambda.test; import static org.junit.Assert.*; import java.security.cert.PKIXRevocationChecker.Option; import java.util.Optional; import org.junit.Test; import cn.wcj.jd...