object Decoders
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val calendarEntry: Decoder[CalendarEntry]
- implicit val calendarMatch: Decoder[CalendarMatch]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit def decodeAPICall[A](implicit arg0: Decoder[A]): Decoder[APIResult[A]]
- implicit def decodePlainArray[A](implicit arg0: Decoder[A]): Decoder[List[A]]
- implicit val draft: Decoder[Draft]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- implicit val heroEntry: Decoder[HeroEntry]
- implicit val heroPortrait: Decoder[HeroPortrait]
- implicit val instant: Decoder[Instant]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val liveStream: Decoder[LiveStream]
- implicit val localDate: Decoder[LocalDate]
- implicit val mapEntry: Decoder[MapEntry]
- implicit val matchEntry: Decoder[MatchEntry]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- implicit val patchEntry: Decoder[PatchEntry]
- implicit val pick: Decoder[Pick]
- implicit val playerEntry: Decoder[PlayerEntry]
- implicit val playerPhoto: Decoder[PlayerPhoto]
- implicit val regionEntry: Decoder[RegionEntry]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit val teamEntry: Decoder[TeamEntry]
- implicit val teamLogo: Decoder[TeamLogo]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit val tournamentEntry: Decoder[TournamentEntry]
- implicit val tournamentStage: Decoder[TournamentStage]
- implicit val uri: Decoder[Uri]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )