Package org.omegazero.common.event.runnable
package org.omegazero.common.event.runnable
-
InterfacesClassDescriptionRepresents a runnable or method reference with any number of arguments with any type, allowed to throw any exception.A
GenericRunnable
with 0 arguments.AGenericRunnable
with 1 argument.GenericRunnable.A2<A,B> AGenericRunnable
with 2 arguments.GenericRunnable.A3<A,B, C> AGenericRunnable
with 3 arguments.GenericRunnable.A4<A,B, C, D> AGenericRunnable
with 4 arguments.