IdentityConverter
org.llm4s.speech.processing.AudioConverter.IdentityConverter
case class IdentityConverter[A]() extends AudioConverter[A, A]
Identity converter (does nothing)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Compose this converter with another converter
Filter results based on a predicate
FlatMap for chaining converters that might fail
Map over the result of this converter
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article