FigFontPlatformSpecific

zio.cli.figlet.FigFontPlatformSpecific

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FigFont
Self type
FigFont.type

Members list

Value members

Concrete methods

final def fromFile(name: String): ZIO[Any, Either[IOException, String], FigFont]
final def fromResource(name: String, loader: ClassLoader): ZIO[Any, Either[IOException, String], FigFont]
final def fromSource[R, A, E >: IOException](source: => ZIO[R, E, Source]): ZIO[R, Either[E, String], FigFont]
final def fromURL(url: String): ZIO[Any, Either[IOException, String], FigFont]