Package

virtufin

util

Permalink

package util

Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class AdjustableSchedule[T <: TimePoint[T]](schedule: Schedule[T]) extends Schedule[T] with Product with Serializable

    Permalink
  2. case class Date(epoch: Long) extends TimePoint[Date] with Product with Serializable

    Permalink
  3. case class Day(year: Int, month: Int, day: Int) extends TimePoint[Day] with Product with Serializable

    Permalink
  4. case class DayHigh(year: Int, month: Int, day: Int) extends TimePoint[DayHigh] with Product with Serializable

    Permalink
  5. case class DayLow(year: Int, month: Int, day: Int) extends TimePoint[DayLow] with Product with Serializable

    Permalink
  6. case class Days(days: Int) extends Term[Day] with Product with Serializable

    Permalink
  7. case class EndOfDay(year: Int, month: Int, day: Int) extends TimePoint[EndOfDay] with Ordered[EndOfDay] with Product with Serializable

    Permalink
  8. final case class FiniteSchedule[T <: TimePoint[T]](schedule: Schedule[T], tenor: Term[T]) extends Schedule[T] with Product with Serializable

    Permalink
  9. trait HolidayCalendar extends AnyRef

    Permalink
  10. trait Identifier[V] extends AnyRef

    Permalink
  11. trait Leaf[+T <: Tree[V], V] extends Tree[V]

    Permalink

  12. trait Lookup extends AnyRef

    Permalink
  13. class LookupBuilder extends AnyRef

    Permalink
  14. trait Manager[T] extends Iterable[Identifier[T]]

    Permalink
  15. case class Months(months: Int) extends Term[Day] with Product with Serializable

    Permalink
  16. case class Natural(n: Long) extends TimePoint[Natural] with Product with Serializable

    Permalink
  17. trait Node[+T <: Tree[V], V] extends Tree[V] with Iterable[T]

    Permalink

  18. trait Path[V] extends AnyRef

    Permalink

  19. final case class RegularSchedule[T <: TimePoint[T]](frequency: Term[T]) extends Schedule[T] with Product with Serializable

    Permalink
  20. trait Resolver[S, V] extends AnyRef

    Permalink

    S

    type of the selector

    V

    type of the value

  21. trait ResolverBuilder[S, V] extends AnyRef

    Permalink
  22. trait Schedule[T <: TimePoint[T]] extends AnyRef

    Permalink
  23. trait ScheduleAdjustment[T <: TimePoint[T]] extends AnyRef

    Permalink
  24. trait Term[T <: TimePoint[T]] extends AnyRef

    Permalink
  25. trait TimePoint[T] extends Ordered[T]

    Permalink
  26. trait Tree[V] extends AnyRef

    Permalink

  27. class TreeBuilder[T <: Tree[V], V] extends AnyRef

    Permalink

  28. final case class UnorderedPair[T](element1: T, element2: T) extends Product with Serializable

    Permalink
  29. case class Years(years: Int) extends Term[Day] with Product with Serializable

    Permalink

Value Members

  1. object AdjustableSchedule extends Serializable

    Permalink
  2. object Date extends Serializable

    Permalink
  3. object DateUtil

    Permalink
  4. object Day extends Serializable

    Permalink
  5. object DayHigh extends Serializable

    Permalink
  6. object DayLow extends Serializable

    Permalink
  7. object EndOfDay extends Serializable

    Permalink
  8. object FiniteSchedule extends Serializable

    Permalink
  9. object HolidayCalendar

    Permalink
  10. object Identifier

    Permalink
  11. object Leaf

    Permalink
  12. object Lookup

    Permalink
  13. object LookupBuilder

    Permalink
  14. object Manager

    Permalink
  15. object Natural extends Serializable

    Permalink
  16. object Node

    Permalink
  17. object Path

    Permalink
  18. object RegularSchedule extends Serializable

    Permalink
  19. object Resolver

    Permalink
  20. object ResolverBuilder

    Permalink
  21. object Schedule

    Permalink
  22. object ScheduleAdjustment

    Permalink
  23. object Term

    Permalink
  24. object Tree

    Permalink
  25. object TreeBuilder

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped