
io.smallrye.mutiny.converters.multi.BuiltinConverters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mutiny Show documentation
Show all versions of mutiny Show documentation
Intuitive Event-Driven Reactive Programming Library for Java
package io.smallrye.mutiny.converters.multi;
public class BuiltinConverters {
private BuiltinConverters() {
// Avoid direct instantiation
}
@SuppressWarnings("unchecked")
public static FromCompletionStage fromCompletionStage() {
return FromCompletionStage.INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy