Interface BiJoiner<A,B>
-
public interface BiJoiner<A,B>Created withJoiners. Used byUniConstraintStream.join(Class, BiJoiner), ...- See Also:
Joiners
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BiJoiner<A,B>and(BiJoiner<A,B> otherJoiner)
-