Interface ProjectionSpecification.Element<X>

Type Parameters:
X - The type of the element of the projection list
All Superinterfaces:
Function<Object[],X>
Enclosing interface:
ProjectionSpecification<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ProjectionSpecification.Element<X> extends Function<Object[],X>
Allows typesafe access to elements of the Object[] arrays returned by the query.
  • Method Summary

    Modifier and Type
    Method
    Description
    default X
    apply(Object[] tuple)
     
    in(Object[] tuple)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose