made.DoneOperation
See theDoneOperation companion trait
object DoneOperation
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
DoneOperation.type
Members list
Type members
Classlikes
trait EmptyApply extends DoneOperation
Mix-in providing an ergonomic apply(outer) shortcut for parameterless operations. The self-type refinement requires the mixing class to have Args = EmptyTuple.
Mix-in providing an ergonomic apply(outer) shortcut for parameterless operations. The self-type refinement requires the mixing class to have Args = EmptyTuple.
Attributes
- Supertypes
- Self type
-
trait SingleApply extends DoneOperation
Mix-in providing an ergonomic apply(outer, arg) shortcut for operations with exactly one input. The self-type refinement requires the mixing class to have Args = Arg *: EmptyTuple.
Mix-in providing an ergonomic apply(outer, arg) shortcut for operations with exactly one input. The self-type refinement requires the mixing class to have Args = Arg *: EmptyTuple.
Attributes
- Supertypes
- Self type
-
Types
type ExtractOutput[Op] = Op match { case WithOutput[o] => o match { case Unit => Any case Any => o } }
In this article