Arrays.stream( t ).flatMapToInt( tableau -> Arrays.stream( tableau) ) .forEach( cel -> System.out.print( Integer.toString( cel ) + " ") );