NonetUtils class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
run<T0, T1, T2, T3, T4, T5, T6, T7, T8>({required Future<Nonet<T0, T1, T2, T3, T4, T5, T6, T7, T8>> functionToExecute(), Future<void> onFirst(T0)?, Future<void> onSecond(T1)?, Future<void> onThird(T2)?, Future<void> onFourth(T3)?, Future<void> onFifth(T4)?, Future<void> onSixth(T5)?, Future<void> onSeventh(T6)?, Future<void> onEighth(T7)?, Future<void> onNinth(T8)?})
→ Future<void>
-
Executes a function that returns a Future of Nonet<T0, T1, T2, T3, T4, T5, T6, T7, T8> and applies callbacks based on the Nonet's value.