kotlin-stdlib / kotlin / Result / isSuccess isSuccess Common JVM JS Native 1.0 val isSuccess: Boolean Returns true if this instance represents a successful outcome. In this case isFailure returns false.