mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-05 15:26:28 +00:00
Refs
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@SuppressWarnings({"hiding", "RedundantSuppression"})
|
||||
@FunctionalInterface
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@SuppressWarnings("ALL")
|
||||
@FunctionalInterface
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Consumer4<A, B, C, D> {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Consumer5<A, B, C, D, E> {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Consumer6<A, B, C, D, E, F> {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Consumer7<A, B, C, D, E, F, G> {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Consumer8<A, B, C, D, E, F, G, H> {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Function2<A, B, R> {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Function3<A, B, C, R> {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface Function4<A, B, C, D, R> {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
public interface NastyFunction<T, R> {
|
||||
R run(T t);
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
public interface NastyFuture<R> {
|
||||
R run();
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
public interface NastyRunnable {
|
||||
void run() throws Throwable;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface NoiseInjector {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface NoiseProvider {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface NoiseProvider3 {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
public interface Supplier2<T, TT> {
|
||||
void get(T t, TT tt);
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package com.volmit.iris.util;
|
||||
package com.volmit.iris.util.function;
|
||||
|
||||
public interface Supplier3<T, TT, TTT> {
|
||||
void get(T t, TT tt, TTT ttt);
|
||||
|
||||
Reference in New Issue
Block a user