Uses of Class
io.atlassian.fugue.Unit
-
Packages that use Unit Package Description io.atlassian.fugue -
-
Uses of Unit in io.atlassian.fugue
Fields in io.atlassian.fugue with type parameters of type Unit Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<java.util.function.Function<Unit,Try<A>>>Try.Delayed. runReferencestatic Monoid<Unit>Monoids. unitA monoid for the Unit value.Methods in io.atlassian.fugue that return Unit Modifier and Type Method Description UnitFunctions.FromConsumer. apply(D d)static UnitUnit. Unit()Provide ability to statically importUnit.UNITand then useUNIT()within your code, primarily for readability purposes.static UnitUnit. valueOf(java.lang.String name)Returns 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 Unit Modifier and Type Method Description static <D> java.util.function.Function<D,Unit>Functions. fromConsumer(java.util.function.Consumer<D> consumer)Get a function (withUnitreturn type) that calls the consumer for all inputs.private java.util.function.Function<Unit,Try<A>>Try.Delayed. getRunner()Constructor parameters in io.atlassian.fugue with type arguments of type Unit Constructor Description Delayed(java.util.function.Function<Unit,Try<A>> run)
-