Module org.jooq
Package org.jooq.impl

Interface QOM.Mul<T>

    • Method Detail

      • $arg1

        Q1 $arg1()
      • $arg2

        Q2 $arg2()
      • $arg1

        @NotNull
        default R $arg1​(Q1 newArg1)
      • $arg2

        @NotNull
        default R $arg2​(Q2 newArg2)
      • constructor

        @NotNull
        @NotNull Function2<? super Q1,​? super Q2,​? extends R> constructor()