Package hiiragi283.core.api.function
Class FunctionsKt
-
- All Implemented Interfaces:
public final class FunctionsKt
-
-
Method Summary
Modifier and Type Method Description final static IntegergenerateHash(Object obj)指定された引数からハッシュ値を生成します。 final static <T extends Any> Function1<T, T>identity()恒等操作を行うブロックを返します。 final static <T extends Any> Function2<T, T, T>identityLeft()final static <T extends Any> Function2<T, T, T>identityRight()-
-
Method Detail
-
generateHash
final static Integer generateHash(Object obj)
指定された引数からハッシュ値を生成します。
- Since:
0.1.0
-
identityLeft
final static <T extends Any> Function2<T, T, T> identityLeft()
- Since:
0.12.0
-
identityRight
final static <T extends Any> Function2<T, T, T> identityRight()
- Since:
0.12.0
-
-
-
-