Skip to content

Commit f123823

Browse files
authored
Update Java_函数式编程.md
1 parent 94f066d commit f123823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notes/Java_函数式编程.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public interface Function<T, R> {
148148
}
149149
```
150150

151-
**4. Predicate\<T>**:判断类型为 T 的变量是否满足特定的条件,如果满足则返回 true,否则返回 flase
151+
**4. Predicate\<T>**:判断类型为 T 的变量是否满足特定的条件,如果满足则返回 true,否则返回 false
152152

153153
```java
154154
@FunctionalInterface

0 commit comments

Comments
 (0)