Pure
sbt.internal.Action.Pure
A direct computation of a value. If inline
is true, f
will be evaluated on the scheduler thread without the overhead of normal scheduling when possible. This is intended as an optimization for already evaluated values or very short pure computations.
Attributes
Members list
In this article