Base64Ops

final class Base64Ops[Fmt <: Format](image: Image)

This strange construction allows the user to write anImage.base64[AFormat] without having to specify other, mostly irrelevant to the user, type parameters.

Source:
JvmImageSyntax.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[Alg <: Basic, Frame](implicit w: Base64[Alg, Frame, Fmt], runtime: IORuntime): Base64[Fmt]