Uses of Enum Class
org.lukashian.Formatter.DayFormat
Packages that use Formatter.DayFormat
-
Uses of Formatter.DayFormat in org.lukashian
Methods in org.lukashian that return Formatter.DayFormatModifier and TypeMethodDescriptionstatic Formatter.DayFormat
Returns the enum constant of this class with the specified name.static Formatter.DayFormat[]
Formatter.DayFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lukashian with parameters of type Formatter.DayFormatModifier and TypeMethodDescriptionstatic String
Formatter.format
(Day day, Formatter.DayFormat format) Formats the givenDay
, according to the givenFormatter.DayFormat
, with '-' as a separator.static String
Formatter.format
(Day day, Formatter.DayFormat format, String separator) Formats the givenDay
according to the givenFormatter.DayFormat
, using the given separator between the day and the year.static String
Formatter.format
(Instant instant, Formatter.DayFormat dayFormat, String daySeparator, Function<org.apache.commons.numbers.fraction.BigFraction, String> formatter) Formats the givenInstant
usingFormatter.format(Day, DayFormat, String)
andFormatter.format(BigFraction, Function)
, using a space to separate the two.static String
Formatter.format
(Instant instant, Formatter.DayFormat dayFormat, Function<org.apache.commons.numbers.fraction.BigFraction, String> formatter) Formats the givenInstant
usingFormatter.format(Day, DayFormat)
andFormatter.format(BigFraction, Function)
, using a space to separate the two.