Object

higherkindness.skeuomorph.mu

print

Related Doc: package mu

Permalink

object print

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. print
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def avro: Printer[Avro.type]

    Permalink
  6. def avroWithSchema: Printer[AvroWithSchema.type]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compressionType: Printer[CompressionType]

    Permalink
  9. def depImport[T](implicit T: Basis[MuF, T]): Printer[DependentImport[T]]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def gzip: Printer[Gzip.type]

    Permalink
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def identity: Printer[Identity.type]

    Permalink
  17. def idiomaticEndpoints: Printer[IdiomaticEndpoints]

    Permalink
  18. def importTuple[T](i: DependentImport[T]): (String, String, T)

    Permalink

    Needed to be able to use the DependentImport case class as a cats.ContravariantMonoidal.

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def opTpe[T](isRequest: Boolean)(implicit T: Basis[MuF, T]): Printer[OperationType[T]]

    Permalink
  24. def opTpeEither[T](op: OperationType[T], isRequest: Boolean): Either[Either[Either[T, T], T], T]

    Permalink
  25. def opTuple[T](op: Operation[T]): (String, OperationType[T], OperationType[T])

    Permalink

    Needed to be able to use the Service.Operation case class as a cats.ContravariantMonoidal.

  26. def opTypeRequestNoStream[T](implicit T: Basis[MuF, T]): Printer[T]

    Permalink
  27. def opTypeResponseNoStream[T](implicit T: Basis[MuF, T]): Printer[T]

    Permalink
  28. def opTypeStream[T](implicit T: Basis[MuF, T]): Printer[T]

    Permalink
  29. def operation[T](implicit T: Basis[MuF, T]): Printer[Operation[T]]

    Permalink
  30. def option: Printer[(String, String)]

    Permalink
  31. def proto[T](implicit T: Basis[MuF, T]): Printer[Protocol[T]]

    Permalink
  32. def protoTuple[T](proto: Protocol[T]): (Option[String], List[(String, String)], List[DependentImport[T]], String, List[T], List[Service[T]])

    Permalink

    Needed to be able to use the Protocol case class as a cats.ContravariantMonoidal.

  33. def protobuf: Printer[Protobuf.type]

    Permalink
  34. def schema[T](implicit arg0: Project[MuF, T]): Printer[T]

    Permalink
  35. def serTypeEither(serType: SerializationType): Either[Either[Protobuf.type, Avro.type], AvroWithSchema.type]

    Permalink

    needed to use SerializationType as a catz.contrib.Decidable.

  36. def serializationType: Printer[SerializationType]

    Permalink
  37. def service[T](implicit T: Basis[MuF, T]): Printer[Service[T]]

    Permalink
  38. def serviceTuple[T](s: Service[T]): (SerializationType, CompressionType, IdiomaticEndpoints, String, List[Operation[T]])

    Permalink

    Needed to be able to use the Service case class as a cats.ContravariantMonoidal.

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped