Class Types


  • public class Types
    extends java.lang.Object
    Helper methods for class types.
    Since:
    1.4.8
    Author:
    Jörg Schaible
    • Constructor Summary

      Constructors 
      Constructor Description
      Types()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isLambdaType​(java.lang.Class<?> type)  
      • Methods inherited from class java.lang.Object

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

      • Types

        public Types()
    • Method Detail

      • isLambdaType

        public static final boolean isLambdaType​(java.lang.Class<?> type)