InnerJoinPartiallyApplied

final class InnerJoinPartiallyApplied[In, Out, Out2](left: Query[In, Out], right: Query[In, Out2], joinType: InnerJoinType)
class Object
trait Matchable
class Any

Value members

Concrete methods

def on(f: (Out, Out2) => Boolean): Query[In, (Out, Out2)]