Lines Matching full:second
571 * @param second
572 * placeholder for the second argument matcher.
575 public static boolean and(boolean first, boolean second) {
586 * @param second
587 * placeholder for the second argument matcher.
590 public static byte and(byte first, byte second) {
601 * @param second
602 * placeholder for the second argument matcher.
605 public static char and(char first, char second) {
616 * @param second
617 * placeholder for the second argument matcher.
620 public static double and(double first, double second) {
631 * @param second
632 * placeholder for the second argument matcher.
635 public static float and(float first, float second) {
646 * @param second
647 * placeholder for the second argument matcher.
650 public static int and(int first, int second) {
661 * @param second
662 * placeholder for the second argument matcher.
665 public static long and(long first, long second) {
676 * @param second
677 * placeholder for the second argument matcher.
680 public static short and(short first, short second) {
693 * @param second
694 * placeholder for the second argument matcher.
697 public static <T> T and(T first, T second) {
708 * @param second
709 * placeholder for the second argument matcher.
712 public static boolean or(boolean first, boolean second) {
725 * @param second
726 * placeholder for the second argument matcher.
729 public static <T> T or(T first, T second) {
740 * @param second
741 * placeholder for the second argument matcher.
744 public static short or(short first, short second) {
755 * @param second
756 * placeholder for the second argument matcher.
759 public static long or(long first, long second) {
770 * @param second
771 * placeholder for the second argument matcher.
774 public static int or(int first, int second) {
785 * @param second
786 * placeholder for the second argument matcher.
789 public static float or(float first, float second) {
800 * @param second
801 * placeholder for the second argument matcher.
804 public static double or(double first, double second) {
815 * @param second
816 * placeholder for the second argument matcher.
819 public static char or(char first, char second) {
830 * @param second
831 * placeholder for the second argument matcher.
834 public static byte or(byte first, byte second) {