Toggle navigation
Home
java.lang.Void to org.eclipse.che.api.user.shared.dto.ProfileDto
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'che'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Rename Method invocation
getUserProfile().then((Function<ProfileDto,Void>)profile -> { currentUser.setProfile(profile); return null; } )
to
getUserProfile()