Class FunctionsKt

  • All Implemented Interfaces:

    
    public final class FunctionsKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Integer generateHash(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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • generateHash

         final static Integer generateHash(Object obj)

        指定された引数からハッシュ値を生成します。

        Since:

        0.1.0

      • identity

         final static <T extends Any> Function1<T, T> identity()

        恒等操作を行うブロックを返します。

        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