Uses of Class
org.praxislive.core.Protocol.Type
-
Packages that use Protocol.Type Package Description org.praxislive.code org.praxislive.core -
-
Uses of Protocol.Type in org.praxislive.code
Methods in org.praxislive.code that return types with arguments of type Protocol.Type Modifier and Type Method Description Stream<Protocol.Type>CodeComponentFactoryService.Provider. types() -
Uses of Protocol.Type in org.praxislive.core
Methods in org.praxislive.core that return Protocol.Type Modifier and Type Method Description static <T extends Protocol>
Protocol.Type<T>Protocol.Type. of(Class<T> cls)Methods in org.praxislive.core that return types with arguments of type Protocol.Type Modifier and Type Method Description static Optional<Protocol.Type<? extends Protocol>>Protocol.Type. fromName(String name)Stream<Protocol.Type>Protocol.TypeProvider. types()
-