You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Learn > Lambda Expressions > Using Lambdas Expressions in Your Application, section "Testing Objects with Predicate", there is a missing 't' in println in the code:
System.out.prinln("Is of length 3? " + isOfLength3);