Class BlockBuilderTest.Identity<I>

  • Type Parameters:
    I - result type
    All Implemented Interfaces:
    java.util.function.Function<I,​I>
    Enclosing class:
    BlockBuilderTest

    static class BlockBuilderTest.Identity<I>
    extends java.lang.Object
    implements java.util.function.Function<I,​I>
    Class with generics to validate if Expressions.call(Method, Expression...) works.
    • Constructor Summary

      Constructors 
      Constructor Description
      Identity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      I apply​(I i)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • Identity

        Identity()
    • Method Detail

      • apply

        public I apply​(I i)
        Specified by:
        apply in interface java.util.function.Function<I,​I>