Uses of Enum
io.atlassian.fugue.Unit
Packages that use Unit
-
Uses of Unit in io.atlassian.fugue
Subclasses with type arguments of type Unit in io.atlassian.fugueModifier and TypeClassDescriptionenumAn alternative toVoidthat is actually once inhabited (whereas Void is inhabited by null, which causes NPEs).Classes in io.atlassian.fugue that implement interfaces with type arguments of type UnitFields in io.atlassian.fugue with type parameters of type UnitModifier and TypeFieldDescriptionprivate final AtomicReference<Function<Unit, Try<A>>> Try.Delayed.runReferenceMonoids.unitA monoid for the Unit value.Methods in io.atlassian.fugue that return UnitModifier and TypeMethodDescriptionstatic UnitUnit.Unit()Provide ability to statically importUnit.UNITand then useUNIT()within your code, primarily for readability purposes.static UnitReturns the enum constant of this type with the specified name.static Unit[]Unit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.atlassian.fugue that return types with arguments of type UnitModifier and TypeMethodDescriptionFunctions.fromConsumer(Consumer<D> consumer) Get a function (withUnitreturn type) that calls the consumer for all inputs.Try.Delayed.getRunner()Constructor parameters in io.atlassian.fugue with type arguments of type Unit